# Tools

The Tools section enables you to create specialized utilities that extend your platform's capabilities through AI-powered processing and external API integrations, providing custom functionalities for enhanced workflow automation.

## Tools Dashboard

The main dashboard displays all created tools in a card-based layout:

* **Tool Name:** Unique identifier for each tool.
* **Tool Type:** GPT Tools (AI-powered) or API Tools (external integrations).
* **Owner:** Creator or team responsible for tool management.
* **Description:** Brief explanation of the tool's purpose and functionality.
* **Tags:** Organizational labels for categorizing tools.

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

## Types of Tools

Angoor.ai supports two distinct tool types, each serving different purposes in your automation workflows:

1. **GPT Tools:** AI-powered utilities that leverage language models to process, analyze, and generate content based on your specific business requirements.
2. **API Tools:** External integration utilities that connect third-party services and APIs to your angoor.ai workflows, enabling data exchange and action automation.


---

# 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://angoor-ai.gitbook.io/angoor-ai/basics/configuration/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.
