# Inline editing

You can edit content directly from the detailed page of an asset.

1. Once on the report page, open the browser plugin. dScribe will instantly display the detailed page of the report.
2. Simply click on the title or documentation fields to start editing them.
3. Any changes you make will be automatically saved.

<figure><img src="/files/Gwu4SdE4K0QT9MHjKiwR" alt=""><figcaption><p>Tableau report</p></figcaption></figure>

{% hint style="info" %}
**Help! I cannot edit an asset 🤔**&#x20;

If you don't see the edit icon on a detailed page, it's likely you don't have the necessary edit rights. You can ask your dScribe administrator to grant you additional permissions.
{% endhint %}


---

# 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://plugins.dscribedata.com/contribute/inline-editing.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.
