# Request a Custom Workflow

Don't have the time or confidence to build a workflow yourself?\
Just request it - and we'll build it for you.

Whether it's a simple 3-step automation or a complex multi-app workflow\
powered by AI, we've got you covered.

### How to Submit a Request

1. Go to Automations in the left sidebar
2. Click "Request a Workflow"
3. Describe what you want to automate - the more detail, the better
4. Our team reviews your request
5. We build it and deliver it directly to your account

### Pricing

| Complexity  | Example                           | Price |
| ----------- | --------------------------------- | ----- |
| **Simple**  | 3-5 steps, one app, basic logic   | Free  |
| **Medium**  | Multi-step, conditions, 2-3 apps  | Paid  |
| **Complex** | AI + multiple apps + custom logic | Paid  |

{% hint style="info" %}
💡 Not sure which tier your request falls into? Submit it anyway - we'll let you know before we start.
{% endhint %}

### Tips for a Great Request

The more detail you give us, the faster we can build it. Here's what to include:

* Trigger: What should start the workflow?\
  (e.g. "every morning at 8am" or "when a new row is added to Google Sheets")
* Outcome: What should happen at the end?\
  (e.g. "send a summary to my Slack channel")
* Apps: Which tools do you want to connect?
* AI: Should AI summarise, classify, or generate content along the way?

{% hint style="info" %}
✅ Example Request:

"Every morning at 9am, pull the last 24 hours of mentions of my brand from Google, summarise them with AI, and send a bullet-point digest to my Slack channel #brand-alerts."
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://knowledge.i10x.ai/automations/request-a-custom-workflow.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
