> For the complete documentation index, see [llms.txt](https://docs.eesel.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eesel.ai/support/faq.md).

# FAQ

Quick answers to the questions that come up most about eesel, with links to the pages that go deeper.

Quick answers to the questions that come up most. For anything about your workspace, your team or your bill, see [Account](/account/account.md). For anything specific to a tool, see that tool's page under [Integrations](/integrations/overview.md).

## Getting started

<details>

<summary>How do I sign up?</summary>

Go to [dashboard.eesel.ai](https://dashboard.eesel.ai/signup) and create an account. No credit card needed. You get $50 of free usage and 2 free blog generations, with every feature unlocked. See [Pricing](/pricing/overview.md).

</details>

<details>

<summary>How long does setup take?</summary>

Most teams have an agent answering questions within about 15 minutes. Connect a knowledge source, ask it a few questions in chat, and correct what it gets wrong. Going live takes as long as you want it to, because you decide when to turn on an automation.

Pick the closest [use case](/use-cases/helpdesk.md) and follow its quick start.

</details>

<details>

<summary>Where do I actually start?</summary>

Open the chat and tell your teammate what you want. It's the expert on eesel itself, so it can connect your tools, explain what it can do, and set things up with you. Almost everything in these docs can be done by asking.

</details>

## Agents

<details>

<summary>How many agents should I have?</summary>

Start with one. A single agent can hold several roles and connect to as many tools as you like, so a support agent that also answers your team in Slack and looks up orders in Shopify is one agent, not three.

Add another when you want a genuinely separate job with its own instructions and knowledge, like a content writer alongside a support agent.

</details>

<details>

<summary>Can my agent handle multiple languages?</summary>

Yes. It replies in whatever language the customer writes in. On chat widgets you can also turn on auto-translation so it detects and matches the visitor's language.

</details>

<details>

<summary>Can I control which tickets my agent responds to?</summary>

Yes, and this is worth setting up early. An [automation](/automations-and-schedules/automations-and-schedules.md) takes a trigger plus instructions, and those instructions can describe exactly which conversations to handle and which to leave alone. Everything else is skipped, and you can see what was skipped and why.

</details>

<details>

<summary>Will it start replying to customers as soon as I connect my helpdesk?</summary>

No. Connecting a tool only gives your agent access. Nothing happens until you turn on an automation, so you can connect everything and test privately first.

</details>

## Trust and oversight

<details>

<summary>How do I keep a human in the loop?</summary>

Two ways, and you can use both.

Have your agent write its answer as an **internal note** instead of sending it, so your team reads and sends it themselves. Or require **approval** on specific actions, so the agent prepares what it wants to do and waits for you to approve it once, always allow it, or deny it.

Most teams start with internal notes, then hand over more as they see it get things right. See [Instructions and Memory](/instructions-and-memory/instructions-and-memory.md).

</details>

<details>

<summary>How do I know what it's been doing?</summary>

**Activity** in the left sidebar lists every run across every channel, and for each one shows what triggered it, what knowledge it read, what actions it took, and its reasoning. **Reports** shows the pattern over time. You can also just ask your teammate how it's been doing. See [Reports](/reports/reports.md).

</details>

<details>

<summary>What if it gets something wrong?</summary>

Tell it, in chat. It turns your correction into a rule saved to its own instructions, so it won't repeat the mistake. That's the fastest way to improve an agent, and it works from day one. See [Instructions and Memory](/instructions-and-memory/instructions-and-memory.md).

</details>

## Knowledge

<details>

<summary>What can it learn from?</summary>

Your help center, past tickets, macros, your website, internal wikis like Confluence and Notion, Google Drive, and files you upload. Every integration you connect to an agent becomes another source it can answer from. See [Integrations](/integrations/overview.md).

</details>

<details>

<summary>What file formats can I upload?</summary>

PDF, plain text, markdown and CSV. Files need selectable text, so a scanned image inside a PDF won't be read. See [Uploading Files](/integrations/knowledge/uploading-files.md).

</details>

<details>

<summary>How does knowledge stay up to date?</summary>

Helpdesk knowledge updates as your agent works. For other sources you can re-sync from the integration's page, or just ask your agent to re-sync it. If something looks stale, a re-sync is the first thing to try.

</details>

<details>

<summary>Can I train on past tickets?</summary>

Yes, with a full helpdesk connection. Turn on the tickets source and you can filter by status and date, so you can focus on solved tickets from a recent period. It's the best way to get your agent sounding like your team.

</details>

## Security

<details>

<summary>Is my data safe?</summary>

Your data is encrypted in transit and at rest, never shared between customers, and never used to train AI models. See [Security and Privacy](/account/security-and-privacy.md) for the full picture, including what we can provide for a security review.

</details>

<details>

<summary>Can it be stopped from doing something risky?</summary>

Yes. Actions are enabled per agent and each one can be switched off entirely, set to require approval every time, or allowed to run on its own. An action you haven't enabled isn't available to your agent at all.

</details>

## Still stuck?

Open the support chat under **Help and support** at the bottom left of your dashboard, or the chat bubble on our website. A real person answers it.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.eesel.ai/support/faq.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
