# Discord/Steam Integration Configurations

To configure user information on the loading screen, navigate to `secret.lua`. You will find the following configuration settings:

```lua
luaCopy codeConfig = {
    UseSteam = false,                   -- Set to true to enable Steam integration
    steamApiKey = "",                   -- Fill this in if you want to use Steam info
    discordBotToken = ""                -- Fill this in if you want to use Discord info
}
```

* **Using Discord Integration**: Leave `UseSteam` set to `false` if you plan to use Discord integration. In this case, enter your Discord bot token in the `discordBotToken` field.
* **Using Steam Integration**: If you're using Steam, set `UseSteam` to `true` and enter your Steam API key in the `steamApiKey` field. Be sure to leave the `discordBotToken` empty.

> **Important**: Be sure to **not share your API key or token with others** to keep your integrations secure.


---

# 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://ayccoes-assets.gitbook.io/ayccoes-assets/ayc-loading/discord-steam-integration-configurations.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.
