# Configure the PANDIUM.yaml

One of the [PANDIUM.yaml](https://github.com/pandium/external-docs/blob/master/build/anatomy-of-an-integration/pandium.yaml-spec)'s key purposes is to populate the *Connections Settings* page which allows users to customize how their [tenant](/getting-started/key-terminology.md#tenant) will run.

Right now the Pokémon Trainer Academy hasn't asked for any tenant settings, so we just need to remove the unnecessary configurations.

1. Remove `configs` and everything under it from the the PANDIUM.yaml.

Your PANDIUM.yaml should now look like the one [here](https://github.com/pandium/sample_integrations/blob/510749317b86510450afdaec14aa153e47cc7675/POKEMON_OF_THE_DAY/PANDIUM.yaml).

Let's take a look at how the connection settings page looks with this updated PANDIUM.yaml!


---

# 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.pandium.com/getting-started/pandium-integration-tutorial/pokemon-of-the-day-part-1/write-the-integration-in-typescript/configure-the-pandium.yaml.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.
