# authConfig

This section specifies which service should be used to search for additional configuration values.

```
{
	"authConfig": {
		"service": "appmixer:deepai"
	}
}
```

To set additional global values for a service, use the authConfig API. See the [Service Configuration](/6.0/5.0/api/service-configuration.md) section for more information. The purpose of this property is to offer authentication settings for components/services that do not require user authentication. Consider that [*deepai*](/6.0/5.0/app-registration/deepai.md) service. It is a service that requires authentication (API key), but you don't want your users to provide their API keys for it. You want to use your API key for all your users. You cannot use define the [*auth*](/6.0/5.0/component-definition/manifest/auth.md) property in component.json, because that would tell Appmixer to show *Connect Account* button to users in the frontend.

This is not needed since version 4.2. Appmixer will look for service configuration for each component without `auth` section. More details in [here](/6.0/5.0/component-definition/configuration.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.appmixer.com/6.0/5.0/component-definition/manifest/authconfig.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.
