# No Auth

## Overview

Applications that do not deal with sensitive data often do not require authentication. When there is no authentication, you might need additional headers, depending on the system you are trying to integrate with. Review the system you’re integrating with  to understand how it handles requests and then apply the appropriate headers accordingly.

<figure><img src="/files/Cqpe85vkPAcd1cB7THcc" alt=""><figcaption></figcaption></figure>

## Fields

<table><thead><tr><th width="190">Fields</th><th>Description</th></tr></thead><tbody><tr><td>Custom Headers</td><td>Custom headers in JSON format;</td></tr><tr><td>Headers</td><td>The custom headers in JSON format: <code>{"apiKey": "api_key_value"}</code></td></tr></tbody></table>

&#x20;

<br>


---

# 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.aisera.com/aisera-platform/adding-data-to-your-tenant/integrations-and-data-sources/supported-auth-types-for-custom-integrations/no-auth.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.
