# July 24, 2025 - Making Assumptions

### 💭 Assumptions

* In Agent mode, Mito AI will now highlight any assumptions it has made.&#x20;
* These are typically tunable parameters used in code generation. For example, Mito AI might assume that any company with a market cap under $300M is considered "small cap."

### 💬 Chat Input Improvements

* New **Add Context** button in the chat input (same as using @ to reference a variable).
* Connected databases now appear in the variable dropdown.
* Added a database status icon for quick access to database settings.


---

# 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.trymito.io/misc/release-notes/july-24-2025-making-assumptions.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.
