# Authentication

There are two supported mechanisms to authenticate access to the Management API:

#### 1. Dashboard User API Key

Requests can be authenticated by passing the dashboard user's API key. This will grant access to the tenant account to which the dashboard user belongs.

The details of this authentication method are described in the subsection [Using User API Key](/management-api/authentication/using-user-api-key.md).

#### 2. Platform API Key

In addition, it's possible to access any tenant account using a platform-level master API key. This is intended for internal use within ShopGo.

The details of this authentication method are described in the subsection [Using Platform API Key](/management-api/authentication/using-platform-api-key.md).


---

# 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.shopgo.me/management-api/authentication.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.
