# Utilities

- [Rate Conversion](https://docs.papaya.finance/sdk/utilities/rate-conversion.md): Rate conversion functions of Papaya SDK for working with time periods
- [Formatting Functions](https://docs.papaya.finance/sdk/utilities/formatting-functions.md): Formatting functions of Papaya SDK for working with numbers and blockchain data
- [TypeScript Types](https://docs.papaya.finance/sdk/utilities/typescript-types.md): TypeScript types and interfaces of Papaya SDK
- [Token Symbol](https://docs.papaya.finance/sdk/utilities/token-symbol.md): Utility methods of the SDK for getting token information and configuration


---

# 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.papaya.finance/sdk/utilities.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.
