# Token Charts

**Token Charting** is a feature in All For One™ that allows users to see charting data in different time windows for [tokens](/glossary/definitions/smart-contracts/tokens.md). A token is a digital asset that represents a certain value or utility and can be traded on a blockchain. \
\
The **Token Charting** feature allows users to view the historical performance of tokens in the form of charts, with the option to view data in different time frames such as daily, weekly, or monthly. This information is useful for investors looking to make informed decisions about buying or selling tokens, as it provides a visual representation of a token's performance over time.

1. Tap the Chart <img src="/files/IJLoZpd2OzPHksC07JxN" alt="" data-size="line"> tab at the bottom
2. Select a crypto asset from somewhere within the Rankings or Listings tab. You can also [search for an asset](/getting-started/searching-crypto-assets.md) if you cannot find it.\
   \
   ![](/files/67HnrtZupZMDgDeaquNC)\
   \
   ![](/files/bbdKrpyhvbeFqzFh4ve9)<br>
3. To change the time window for historical charting data, tap one of the time window buttons below the chart. (e.g., `4H` for four hours, `1D` for one day, `1W` for one week, `3M` for three months, etc.)\
   \
   ![](/files/vGD2i2UBQ8TiZ8wWdGN8)<br>
4. To change the line chart to candlesticks, click the Candlestick Chart <img src="/files/kKfIYXbDVyAECmPOknFo" alt="" data-size="line"> icon.\
   \
   ![](/files/ljClmiQJaJbJ4xC1nqSk)\
   \
   To toggle it back to line charting, click the Line Chart <img src="/files/BHDMoHu68p6HizVrKWI8" alt="" data-size="line"> icon.<br>
5. To see more detail about a particular point in time, click and hold on the chart to "scrub" along the x-axis. This will reveal more information about the price at a particular point in time.\
   \
   ![](/files/34rxEa6ZwhKwc4Fb3oWP)\ <br>


---

# 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.allforone.app/token-research/token-charts.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.
