# Configuration

So far we described how to embed the talque view plugin so that it is being loaded at the right place in your page and with your data. In addition, there are numerous settings to adjust the layout and available filters. These can be configured online and are stored in the talque backend, without touching the html code of your page.&#x20;

To show the editor, open the browser javascript console and type&#x20;

```javascript
edit('password')
```

except with your personal password, of course. The edit mode is active for as long as that particular browser tab is open.


---

# 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://talque.gitbook.io/public/view-plugin/configuration.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.
