# Security

Master users can configure security settings via Setting / Security from the left sidebar:

![Settings / Security](/files/-MWoQeSJEBLS8VBlnz_L)

## CORS

Cross-origin resource sharing (CORS) is a mechanism that allows restricted resources on a web page to be requested from another domain outside the domain from which the first resource was served.

To add the allowed domains master users needs to write the domains in the texts box (the domains are added by clicking the suggested domains) and click `SAVE`:

![Adding domain names to CORS](/files/-MWJKY3bIE142bTD4649)

After saving the domains, they will appear in the box and it is possible to delete the domains individually:

![Filled CORS domains list](/files/-MWJLR1lu_qaeH2Z033n)

## Credentials

Credentials show information for production and sandbox (testing) environments for integration with the 3rd party systems:

* Application ID
* Secret Key

![Environment credentials](/files/-MWJLv7WCMwZOtyy9S_T)


---

# 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://kvalifika.gitbook.io/kvalifika-1/initial-setup/security.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.
