# V3.71

* (Feature) Minor UX Updates for better viewing on small and large screens
* (Bug) Error with extreamly long conversations +100 prompts or massive function calls returning data
* (Feature) New API integration see /Docs or /Server for details
* (Feature) Formatting for Code when returned by ChatGPT and allowing to copy code out of the documents
* (Feature) Ability to export users
* (Feature) Update mobile view
* (Feature) Allowing Max Number of return tokens to be set on the agent (Useage Area of Edit Agent)
* (Feature) Ability to assign user to a dashboard even when not an admin


---

# 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.aicrisk.com/release-notes/v3.71.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.
