# INTERNAL HELPERS

- [Custom Layers and Utilities](https://boinc-ai.gitbook.io/transformers/internal-helpers/custom-layers-and-utilities.md)
- [Utilities for pipelines](https://boinc-ai.gitbook.io/transformers/internal-helpers/utilities-for-pipelines.md)
- [Utilities for Tokenizers](https://boinc-ai.gitbook.io/transformers/internal-helpers/utilities-for-tokenizers.md)
- [Utilities for Trainer](https://boinc-ai.gitbook.io/transformers/internal-helpers/utilities-for-trainer.md)
- [Utilities for Generation](https://boinc-ai.gitbook.io/transformers/internal-helpers/utilities-for-generation.md)
- [Utilities for Image Processors](https://boinc-ai.gitbook.io/transformers/internal-helpers/utilities-for-image-processors.md)
- [Utilities for Audio processing](https://boinc-ai.gitbook.io/transformers/internal-helpers/utilities-for-audio-processing.md)
- [General Utilities](https://boinc-ai.gitbook.io/transformers/internal-helpers/general-utilities.md)
- [Utilities for Time Series](https://boinc-ai.gitbook.io/transformers/internal-helpers/utilities-for-time-series.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/internal-helpers.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.
