# How to guide

- [EverReal Data Import Process](https://api-docs.everreal.co/how-to-guide/everreal-data-import-process.md): This page provides a description of how the import data process works. Importing data allows you to upload your own data sets and view in EverReal
- [Connect an Integration](https://api-docs.everreal.co/how-to-guide/everreal-data-import-process/connect-an-integration.md)
- [Import Mappers](https://api-docs.everreal.co/how-to-guide/everreal-data-import-process/import-mappers.md): How to increase data consistency and save time
- [Ideal CSV Structure](https://api-docs.everreal.co/how-to-guide/everreal-data-import-process/master-data.md): This page help you understand how your csv should be structured and helpers guidelines that helps you started
- [Debug Imports](https://api-docs.everreal.co/how-to-guide/everreal-data-import-process/debug-imports.md)
- [FAQ](https://api-docs.everreal.co/how-to-guide/everreal-data-import-process/faq.md)
- [Data import via GraphQL](https://api-docs.everreal.co/how-to-guide/master-data.md): Master data is the information related to Owner, Property, Unit, Tenant and Bank Account. To request these information it is required to have authorization tokens.


---

# 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://api-docs.everreal.co/how-to-guide.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.
