> For the complete documentation index, see [llms.txt](https://tailwindsdocs.innovativesol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tailwindsdocs.innovativesol.com/readme/chatflows/langchain/tools.md).

# Tools

***

Tools are functions that agents can use to interact with the world. These tools can be generic utilities (e.g. search), other chains, or even other agents.

### Tool Nodes:

* [BraveSearch API](/readme/chatflows/langchain/tools/bravesearch-api.md)
* [Calculator](/readme/chatflows/langchain/tools/calculator.md)
* [Chain Tool](/readme/chatflows/langchain/tools/chain-tool.md)
* [Chatflow Tool](/readme/chatflows/langchain/tools/chatflow-tool.md)
* [Custom Tool](/readme/chatflows/langchain/tools/custom-tool.md)
* [Exa Search](/readme/chatflows/langchain/tools/exa-search.md)
* [Google Custom Search](/readme/chatflows/langchain/tools/google-custom-search.md)
* [OpenAPI Toolkit](/readme/chatflows/langchain/tools/openapi-toolkit.md)
* [Python Interpreter](/readme/chatflows/langchain/tools/python-interpreter.md)
* [Read File](/readme/chatflows/langchain/tools/read-file.md)
* [Request Get](/readme/chatflows/langchain/tools/request-get.md)
* [Request Post](/readme/chatflows/langchain/tools/request-post.md)
* [Retriever Tool](/readme/chatflows/langchain/tools/retriever-tool.md)
* [SearchApi](/readme/chatflows/langchain/tools/searchapi.md)
* [SearXNG](/readme/chatflows/langchain/tools/searxng.md)
* [Serp API](/readme/chatflows/langchain/tools/serp-api.md)
* [Serper](/readme/chatflows/langchain/tools/serper.md)
* [Web Browser](/readme/chatflows/langchain/tools/web-browser.md)
* [Write File](/readme/chatflows/langchain/tools/write-file.md)


---

# 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://tailwindsdocs.innovativesol.com/readme/chatflows/langchain/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.
