# How To Guides

Our How To Guides are used to achieve specific goals using our data.

### [How To Export Data](/tutorials-and-examples/user-guides/exporting-data.md)

A guide on how to export data using common tools, such as curl, HTTP, Google Sheets, and the Python API Client.

### [How To Migrate From Catalog to Catalog V2 and Reference Data](#how-to-migrate-from-catalog-to-catalog-v2-and-reference-data)

A guide on how to conver the deprecated `catalog` endpoints to `catalog-v2` and `reference-data`

### [How To Use the Coin Metrics API Efficently](#how-to-use-the-coin-metrics-api-efficently)

Tips and tricks for how to maximize the efficiency of using the Coin Metrics API and the Python API Client.

### [How to Troubleshoot Common Errors](#how-to-troubleshoot-common-errors)

A guide on how to bypass common errors such as SSLErrors and common HTTP Error codes returned by the API such as 400, 401, 414, 429.

### [How to Use Websockets](#how-to-use-websockets)

A template for how to use timeseries-stream endpoints using Python.


---

# 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/user-guides.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.
