# Config files

There are three configuration files that you'll need: `prism_project.py` for managing your Python environment,  `profile.yml` to establish connections to an external data warehouse, and `triggers.yml` for defining trigger functions to run when your project succeeds or fails. They're covered in more detail next.

* [`prism_project.py`](/v0.2.5/fundamentals/config-files/prism_project.py.md)
* [`profile.yml`](/v0.2.5/fundamentals/config-files/profile-yml.md)
* [`triggers.yml`](/v0.2.5/fundamentals/config-files/triggers-yml.md)


---

# 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.runprism.com/v0.2.5/fundamentals/config-files.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.
