# DEVELOPER GUIDES

- [Use fast tokenizers from BOINC AI Tokenizers](https://boinc-ai.gitbook.io/transformers/developer-guides/use-fast-tokenizers-from-boinc-ai-tokenizers.md)
- [Run inference with multilingual models](https://boinc-ai.gitbook.io/transformers/developer-guides/run-inference-with-multilingual-models.md)
- [Use model-specific APIs](https://boinc-ai.gitbook.io/transformers/developer-guides/use-model-specific-apis.md)
- [Share a custom model](https://boinc-ai.gitbook.io/transformers/developer-guides/share-a-custom-model.md)
- [Templates for chat models](https://boinc-ai.gitbook.io/transformers/developer-guides/templates-for-chat-models.md)
- [Run training on Amazon SageMaker](https://boinc-ai.gitbook.io/transformers/developer-guides/run-training-on-amazon-sagemaker.md)
- [Export to ONNX](https://boinc-ai.gitbook.io/transformers/developer-guides/export-to-onnx.md)
- [Export to TFLite](https://boinc-ai.gitbook.io/transformers/developer-guides/export-to-tflite.md)
- [Export to TorchScript](https://boinc-ai.gitbook.io/transformers/developer-guides/export-to-torchscript.md)
- [Benchmarks](https://boinc-ai.gitbook.io/transformers/developer-guides/benchmarks.md)
- [Notebooks with examples](https://boinc-ai.gitbook.io/transformers/developer-guides/notebooks-with-examples.md)
- [Community resources](https://boinc-ai.gitbook.io/transformers/developer-guides/community-resources.md)
- [Custom Tools and Prompts](https://boinc-ai.gitbook.io/transformers/developer-guides/custom-tools-and-prompts.md)
- [Troubleshoot](https://boinc-ai.gitbook.io/transformers/developer-guides/troubleshoot.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://boinc-ai.gitbook.io/transformers/developer-guides.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.
