# Secure Configuration

The file `boomiConsole.user.json` can be found in the `%LocalAppData%` folder.\ <sup>which resolves to</sup> <sup>`c:\Users\{your-name}\AppData\Local\`</sup> <sup>.</sup>

This file contains account information about all Boomi accounts you have ever used with *Boomi Console.* Credentials are stored encrypted and secure, however you must **never share this file** with anyone else. Normally, there is no need to ever look into this file because it is managed be the [WORKSPACE CONNECT](/boomi-console/commands/project-configure.md) command.

```json
{
  "SecureConfigs": [
    {
      "AccountId": "boomi_ma...",
      "AccountName": "boomi_markusschmidt",
      "SecureCredentials": "rNdL..",
      "MyUserIdent": "msc"
    },
    ...
  ]
}
```


---

# 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://boomi.markusschmidt.pro/boomi-console/library/configuration-files/boomiconsole.user-json.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.
