> For the complete documentation index, see [llms.txt](https://en.apis.alltick.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://en.apis.alltick.co/faqs/basic-usage/how-to-report-data-issues-or-api-malfunctions.md).

# How to report data issues or API malfunctions?

\
Before reporting an issue, it's crucial to gather and organize detailed information about the problem as much as possible, including, but not limited to:

#### Collect Detailed Information

* **Specific time and date** when the issue occurred.
* **Affected API endpoint (URL)**.
* **Example of the request sent** (ensure any sensitive information, such as API keys, is removed).
* **Response received**, including error codes and messages (if any).
* **Steps to reproduce the issue** (if possible).

#### Review Documentation and Community

* Before directly reporting, review AllTick’s official documentation, FAQs, or developer community to see if there are already solutions or if other users have encountered the same issue.

#### Report Through Official Channels

* Report the issue using the official contact methods provided by AllTick, which might include:
  * Submitting through the "Contact Us" form provided on the official website.
  * Sending a detailed description of the issue to the official customer support or technical support email.
  * If a issue tracking system or support ticket system is provided, create a new support request following the guidelines.

#### Provide Necessary Support Information

* When reporting the issue, provide all relevant information collected in the first step to help the technical team quickly identify and solve the problem.

#### Track and Update

* If your issue is accepted for processing, track the status of the issue with the tracking number or ticket number provided. Provide updates promptly if more information is needed during the resolution process.

#### Leverage Community Power

* If AllTick has a developer forum or community, consider posting there as well. Sometimes, community members can offer useful insights or solutions.

When reporting an issue, maintaining professionalism and courtesy in communication is crucial, even if the problem may have impacted your work. Technical support teams are more inclined to assist users who provide detailed information and show a willingness to cooperate. Moreover, reporting problems through official channels not only helps get your issue resolved more quickly but also aids in improving the product and service.

***

### Official Website

{% hint style="info" %}
Official website: <https://alltick.co/>
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://en.apis.alltick.co/faqs/basic-usage/how-to-report-data-issues-or-api-malfunctions.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.
