# Tools

***

Las Tools (herramientas) son funciones que los agents pueden utilizar para interactuar con el mundo. Estas herramientas pueden ser utilidades genéricas (por ejemplo, búsqueda), otras chains, o incluso otros agents.

### Nodos de Tools:

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


---

# 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.flowiseai.com/espanol/documentacion-oficial/integraciones/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.
