> For the complete documentation index, see [llms.txt](https://doc.aissist.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.aissist.io/gateways/front.md).

# Front

*Last updated: May 6, 2026*

Connect Front to let Aissist work inside shared inbox workflows.

With Front, Aissist can:

* draft or send replies
* apply tags
* create summaries
* detect when human follow-up is needed

### Create the Front gateway

1. Go to **Deploy → Gateways**.
2. Click **Add Gateway**.
3. Choose **Front**.
4. Follow the setup steps to authorize the connection.

### How Front routing works

Front gateways use **inboxes** as the managing point.

This lets you control exactly which inboxes Aissist should handle.

{% hint style="info" %}
Start with one shared inbox or one narrow workflow before expanding to broader coverage.
{% endhint %}

See [Deploy Gateway](/tutorial/deploy-gateway.md) for managing point setup.

### Choose the operating mode

During setup, choose the operating mode:

* **Auto-Pilot** — Aissist replies automatically
* **Co-Pilot** — available in Front for on-demand help inside the agent UI

Start with one narrow workflow.

Run **Auto-Pilot** for a short period, review the results, optimize Aissist, then gradually increase **Auto-Pilot** time.

### How Aissist works in Front

Aissist can support the Front workflow in several ways.

#### Reply

Aissist generates context-aware replies using your instructions, assets, and actions.

<figure><img src="/files/X7CPwKVJjuiJMYUmbcUX" alt=""><figcaption></figcaption></figure>

#### Tag

Aissist can apply tags automatically to organize conversations and trigger routing rules.

<figure><img src="/files/CbYpZnLhMTm3wYeIjQoL" alt=""><figcaption></figcaption></figure>

#### Summary and handoff

Aissist can summarize the conversation and detect when a human should take over.

<figure><img src="/files/EQftUQKwGDljZWxNckeL" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/ue5902qXVWapdnB3OFrh" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/yTxnqdc40NsEHucKtmdZ" alt=""><figcaption></figcaption></figure>

### Co-Pilot in Front

Co-Pilot is installed automatically when you create the Front gateway.

If you do not see it:

1. Open any conversation in Front.
2. Click **Manage** in the right panel.
3. Pin the **Aissist** plugin.

<figure><img src="/files/Rb5sTsSfYOovIg4fcjEg" alt=""><figcaption></figcaption></figure>

### Best practice

Start with one inbox and one repeatable workflow.

Run **Auto-Pilot** for a short period, review the results, optimize Aissist, then gradually increase **Auto-Pilot** time.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://doc.aissist.io/gateways/front.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.
