# Basics

## MOGOPLUS API Documentation&#x20;

### 1. Introduction

MOGOPLUS provides HTTP APIs for its services. This document outlines the basic information needed to interact with our api.

### 2. API Endpoints&#x20;

Our API service includes two main endpoints:

1. **Authentication** – Used to generate the authentication token required for accessing the APIs.
2. **Insight/Report Generation** – Processes transactional data to generate insights.

To use the Insight/Report Generation endpoint, you must first obtain an authentication token by calling the Authentication endpoint.

#### 2.1 Authentication API&#x20;

Details on authentication methods and requirements are provided [here](https://docs.mogoplus.ai/sandbox/api-reference/authentication). Ensure you have the necessary credentials before attempting to access these APIs.

More information regarding how to get the necessary credentials is listed [here](https://docs.mogoplus.ai/sandbox/instructions/api-management)

#### 2.2 Insights API&#x20;

<https://docs.mogoplus.ai/sandbox/api-reference/api-endpoints>

### 3. Next Steps

For detailed information on available endpoints, request/response formats, and more, refer to our comprehensive API documentation available [here](https://docs.mogoplus.ai/api-reference/api-endpoints).


---

# 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.mogoplus.ai/sandbox/api-reference/quickstart.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.
