# Osmos Chat

No more wrangling complex queries or digging through endless documentation – with Osmos Chat, everything you need is at your fingertips in a familiar chat box interface. Whether you're monitoring pipeline activity, checking uploader health, or seeking assistance with Osmos tasks, our natural language queries make it a breeze.

<figure><img src="/files/243QWLinkCNBT1ldt9fa" alt=""><figcaption></figcaption></figure>

Engage with Osmos Chat to ask questions, search documentation, provide information, and conquer various Osmos challenges effortlessly. From querying pipeline stats to troubleshooting errors, Osmos Chat has you covered.

<figure><img src="/files/TXrOnMrfqmj80WP8VLI7" alt=""><figcaption></figcaption></figure>

Users can view data, download, filter, and add/remove columns from the table.  Users can also drill back to the originating source such as the pipeline, uploader, or connector.&#x20;

Here are some examples to get you started.

* How many pipelines ran this month?
* Show me a list of Uploader jobs from the last week
* How do I combine two columns?
* List pipelines with errors since 4/1/24. Display name, records successful, skipped, failed.

*If you are hungry, you can always ask for a delicious pizza recipe!* 🍕

<br>


---

# 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.osmos.io/osmos-chat.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.
