# Other

This section provides miscellaneous functions that do not fit into other categories. These functions include utility and time-related operations.

***

## Available Functions

* [`Print`](/fto-indicators-docs/other/print.md): Prints a message to the console.
* [`TimeCurrent`](/fto-indicators-docs/other/time-current.md): Retrieves the current time.
* [`Timeframe`](/fto-indicators-docs/other/timeframe.md): Retrieves the current timeframe.
* [`GetChartInformation`](/fto-indicators-docs/other/get-chart-information.md): Returns information about the current chart state and properties.

***

Click on any function name to view its detailed documentation.


---

# 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://fto-2.gitbook.io/fto-indicators-docs/other.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.
