# Data Integration

After [logging in](/nlu-api-dashboard/getting-started/sign-up-and-log-in.md) you can integrate your data using REST API. Make a request to the [**API Endpoint** ](https://docs.allganize.ai/api_documentation/ner-api#named-entity-recognition-api)(e.g. NER)  to see the inference result on your dashboard, which is the result of inference by AI on the data to get the result by the API type.&#x20;

Please check the links below to learn more about each API:&#x20;

1. [Named Entity Recognition](https://docs.allganize.ai/ner-api)
2. [Text Classification](https://docs.allganize.ai/text-classification-api)&#x20;
3. [Sentiment Analysis](https://docs.allganize.ai/sentiment-analysis-api)&#x20;
4. [Review Analysis](https://docs.allganize.ai/review-conversion-api)&#x20;

Once the integration is done, you can check and manage your data from the dashboard.


---

# 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://docs.allganize.ai/nlu-api-dashboard/getting-started/data-integration.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.
