# Extending BoxLang AI

- [Building AI Providers](https://ai.ortusbooks.com/extending-boxlang-ai/custom-providers.md): Learn how to build custom AI provider integrations to connect any LLM service with BoxLang AI.
- [Building Transformers](https://ai.ortusbooks.com/extending-boxlang-ai/custom-transformer.md): Learn how to build custom transformers to process and shape data in BoxLang AI pipelines.
- [Building Memory](https://ai.ortusbooks.com/extending-boxlang-ai/custom-memory.md): Learn how to build custom memory implementations by extending BaseMemory for specialized storage and retrieval requirements.
- [Building Vector Memory](https://ai.ortusbooks.com/extending-boxlang-ai/custom-vector-memory.md)
- [Building Document Loaders](https://ai.ortusbooks.com/extending-boxlang-ai/custom-loader.md): Learn how to build custom document loaders to integrate any data source into BoxLang AI workflows.
- [Building Tools](https://ai.ortusbooks.com/extending-boxlang-ai/custom-tools.md): Build reusable, annotated, and class-based tools that your AI agents can call during conversations.
- [Building Web Search Providers](https://ai.ortusbooks.com/extending-boxlang-ai/custom-web-search-providers.md): Build custom web search providers by extending BaseSearch and implementing provider-specific search logic


---

# 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://ai.ortusbooks.com/extending-boxlang-ai.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.
