# Helpers

- [Tag](https://docs.corets.io/helpers/tag.md): Type tagging and branding for TypeScript.
- [Input Helpers](https://docs.corets.io/helpers/input-helpers.md): Various helpers related to input specific functionality.
- [Promise Helpers](https://docs.corets.io/helpers/promise-helpers.md): Various helpers related to promise specific functionality.
- [Save Helpers](https://docs.corets.io/helpers/save-helpers.md): Various helpers related to file saving specific functionality.
- [Pagination Helpers](https://docs.corets.io/helpers/pagination-helpers.md): Various helpers related to pagination specific functionality.
- [Clipboard Helpers](https://docs.corets.io/helpers/clipboard-helpers.md): Various helpers related to clipboard specific functionality.
- [Calendar Helpers](https://docs.corets.io/helpers/calendar-helpers.md): Various helpers related to calendar specific functionality.
- [Local Storage Helpers](https://docs.corets.io/helpers/local-storage-helpers.md): Various helpers related to localStorage specific functionality.


---

# 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.corets.io/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.
