# Deploying your app to Health Universe

Health Universe is intended to make deploying Streamlit and FastAPI apps easy! There are some tricks to manage with regard to connecting to databases, LLMs or other resources that require authentication — the API keys and credentials are stored in the "secrets management" functions within Health Unverse, and they are stored securely so that only you can access that information. This is particularly useful when you are connecting to an LLM or to a secure database.


---

# 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.healthuniverse.com/overview/building-apps-in-health-universe/deploying-your-app-to-health-universe.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.
