# Common Issues & Troubleshooting

1. **Authentication Error**: If you receive an authentication error, ensure that you are using a valid token. If you have not activated your token, refer to the above-mentioned help article.
2. **Data Limit Reached**:
   * If `limitData` returns `true`, you have reached the maximum record input limit. Consider filtering or reducing the amount of data you are sending.
   * If `limitOutput` returns `true`, you have reached the maximum request data limit. Consider requesting data in smaller batches or within a narrower timeframe.
3. **Data Inconsistencies**: If the data seems inconsistent or doesn’t match expected values, check the `cal`and `offset` values. These represent calibration factors and offsets applied to the data.
4. **Timezone Issues**: Ensure that the `timezone` field matches your expected timezone, as it can impact the interpretation of `timestamp` values in the data.
5. **No Data Received**: If you do not receive any data, ensure that your request parameters (such as date ranges, sensor ids, etc.) are correctly set.


---

# 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://apidocs.alphax.cloud/http/retrieve-data/conduit-v7/common-issues-and-troubleshooting.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.
