# Agents

When you send a request to Proton Terminal, it first goes through the Intent Agent, which interprets what you're trying to do. Then, the Planning Agent breaks your request into logical steps—whether it's a simple query or a complex, multi-step transaction. For example, if you say "bridge all my USDT to Arbitrum and swap it to ETH," Proton understands the full flow and plans it accordingly.

From there, it determines whether the steps are informational (like fetching data) or transactional (like bridging, swapping, or launching tokens). Finally, the Execution Agent securely carries out the plan, all within a single chat interface.

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


---

# 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://protonterminal.gitbook.io/docs/agents.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.
