# Authentication

Before integrating with Unifize, your app must be authenticated. This section explains how to manage apps, generate tokens, and securely authorize API calls—ensuring the right access levels for the right systems.

## Explore

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><a href="/pages/gzM8hHkdX71PpmDrCAIv">App Management</a></td><td>Create and manage applications that can authenticate with the Unifize API.</td></tr><tr><td><a href="/pages/T5CesI82Zkl8P1QScMlz">App Tokens</a></td><td>Generate and manage secure access tokens to authorize API requests.</td></tr></tbody></table>

Every Unifize integration starts with authentication. Use this section to set up apps, generate tokens, and ensure your API usage is both secure and scoped.


---

# 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.unifize.com/developer/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.
