> For the complete documentation index, see [llms.txt](https://docs.term.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.term.finance/terminal-1-execution/concepts.md).

# Concepts

Terminal 1 uses a small set of execution concepts across every workflow. These concepts explain how routes are composed and constrained at execution time: how dependent steps are bundled atomically, how tokens are authorized through approvals or Permit-based spending caps, and how fees, slippage, and buffers affect the amounts a route can safely execute. Use this section to understand why a route succeeds or reverts, and what levers you can review before signing.<br>

* [Routes & atomic execution](/terminal-1-execution/concepts/routes-and-atomic-execution.md)
* [Permits, approvals & spending caps](/terminal-1-execution/concepts/permits-approvals-and-spending-caps.md)
* [Fees, slippage & buffers](/terminal-1-execution/concepts/fees-slippage-and-buffers.md)

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


---

# 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://docs.term.finance/terminal-1-execution/concepts.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.
