# Tutorials and Examples

In general, our examples are divided into these sections.

[Tutorials](/tutorials-and-examples/tutorials.md) are guides for exploring how to use Coin Metrics data. The goal is for a user to achieve a basic familiarity with using Coin Metrics tools and explore what is possible with our data.

[How To Guides](/tutorials-and-examples/user-guides.md) are instructions for accomplishing specific tasks. These tasks include "*how to export data into a CSV*" or "*how to make the Python API Client run faster*".

[Dashboards](/tutorials-and-examples/dashboard-examples.md) provide a curated set of charts for specific topics that you can view without having to use the data.


---

# 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://gitbook-docs.coinmetrics.io/tutorials-and-examples.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.
