# Global proxy and identity configuration

Safety CLI's proxy, authenticated, and other global settings can be configured at the system or user level so that these settings do not have to be repeated.

This configuration is stored in **`config.ini`** at Safety CLI's user or system path, which differs based on the operating system. Safety's **`configure`** command let's you easily set these configurations. Using Safety CLI enter **`safety configure --help`** for more details.


---

# 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.safetycli.com/safety-docs/support/global-proxy-and-identity-configuration.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.
