# Testing your app

After deploying or redeploying your app, follow these steps to test it and confirm everything is working as expected:

#### 1. Test Your Application

**For Streamlit apps:**

1. Go to your app on [Health Universe](https://www.healthuniverse.com/).
2. Click the **Launch App** button to open it in a new tab.
3. Interact with the app to confirm it’s running correctly and that your updates appear as expected.
4. You should also fill in the description information on the apps page so that others can understand the app and know how best to use it.

**For FastAPI apps:**

1. FastAPI apps do not launch directly from the app page — they are launched within Navigator.
   1. Launch Navigator
   2. Search for app (in search bar)
   3. Click "Use Tool"
   4. Run app.

#### 2. Review Deployment Logs (Optional but Recommended)

If something doesn’t look right, or just to be thorough:

1. In the **left-hand menu**, click **Deployments**.
2. Locate the **Production** deployment box.
3. Click **Build Logs** to review details of the most recent deployment.

> 🛠️ Use the logs to troubleshoot issues such as build errors, missing dependencies, or runtime exceptions.


---

# 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/testing-your-app.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.
