# Authentication Settings

Ostara allows you to set the authentication settings for each [application](/documentation/applications.md) you wish to manage within the app. Authentication can also cascade using the [Inherit](/documentation/authentication-settings/types/inherit.md) type, allowing you to set authentication at the folder level which will cascade to all apps and folders below it.

The following authentication types are supported:

* [None](/documentation/authentication-settings/types/none.md)
* [Inherit](/documentation/authentication-settings/types/inherit.md)
* [Basic](/documentation/authentication-settings/types/basic.md)
* [Bearer Token](/documentation/authentication-settings/types/bearer-token.md)
* [Header](/documentation/authentication-settings/types/header.md)
* [Query String](/documentation/authentication-settings/types/query-string.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.ostara.dev/documentation/authentication-settings.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.
