# Getting Information About Currency

This section provides functions to retrieve information about currency pairs. These functions allow you to get details such as bid, ask, and point values.

***

## Available Functions

* [`Ask`](/fto-indicators-docs/getting_information_about_currency/ask.md): Retrieves the current ask price.
* [`Bid`](/fto-indicators-docs/getting_information_about_currency/bid.md): Retrieves the current bid price.
* [`Digits`](/fto-indicators-docs/getting_information_about_currency/digits.md): Retrieves the number of digits for a currency.
* [`Point`](/fto-indicators-docs/getting_information_about_currency/point.md): Retrieves the point value for a currency.
* [`Symbol`](/fto-indicators-docs/getting_information_about_currency/symbol.md): Retrieves the symbol name.

***

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/getting_information_about_currency.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.
