# Tutorials

- [Popover & text analysis](https://docs.navigaglobal.com/writer/developer-guide/tutorials/tutorial-textanalysis.md)
- [Search & replace](https://docs.navigaglobal.com/writer/developer-guide/tutorials/tutorial-searchandreplace.md)
- [Concept interaction](https://docs.navigaglobal.com/writer/developer-guide/tutorials/conceptinteraction.md)
- [Integrating External Spell Checking](https://docs.navigaglobal.com/writer/developer-guide/tutorials/integrating-external-spell-checking.md): It is possible to create your own Web API endpoints and integrate your own spell checking and suggestions into the Writer.


---

# 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.navigaglobal.com/writer/developer-guide/tutorials.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.
