# Release 3.1.3

#### :sparkles: Enhancements

* Page Editor >  How to Run Modal:&#x20;
  * Clarify wording about connected tab
  * Add run tutorial hint for sidebar mods
* Page Editor > AI Mod Copilot:&#x20;
  * Use simple English for user-visible tool call titles
  * Scroll "Open in Page Editor" button into view after generation
* Page Editor > Save Mod Version: make required field cleared

#### :bug: Bug Fixes

* Page Editor > Connected Tab: fix bug where draft wasn't running on connected tab after full navigation
* Page Editor > AI Mod Copilot:&#x20;
  * Fix Q\&A tool button text overflow, integration card responsiveness
  * Fix Copilot "Apply Changes" button reseting after saving existing mod
* Page Editor: Fix inconsistent tooltip colors


---

# 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.pixiebrix.com/release-notes/release-notes-archive/release-3.1.3.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.
