# Tools

**Tools** represents a collection of utilities that were originally developed to address internal needs at Circular and requests from our community. These tools have been refined and made available through our API to empower users in the arbitrage and DeFi ecosystem.

**Why Tools Were Created**

Circular’s Tools are designed to solve practical challenges faced during arbitrage operations, whether they emerged from internal workflows or specific community feedback. By sharing these utilities, we ensure that all users benefit from:

* **Proven Solutions**: Tools that have been tested and optimized for real-world applications.
* **Community-Centric Features**: Many tools are direct responses to user requests and suggestions.


---

# 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://docs.circular.bot/circular-docs/api/tools.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.
