# Advanced

This guide typically goes beyond the role of a [superadministrator](/glossary.md#superadministrator) and is more engineering-focused. Whether you want to author plugins, extend search functionality, build reports, or contribute to the project, these guides will step you through the process.

* [Developing Plugins](https://github.com/cortex-cms/cortex-cms/tree/ec0acc5e822e7cd071403cac968f82e8f6df4a96/advanced/developing-plugins.md)
  * [Basic Architecture](/advanced/developing-plugins/basic-architecture.md)
  * [Service Layer](/advanced/developing-plugins/service-layer.md)
  * [Examples](/advanced/developing-plugins/examples.md)
  * [Extending Search](/advanced/developing-plugins/extending-search.md)
  * [WYSIWYG Widgets](/advanced/developing-plugins/wysiwyg-widgets.md)
* [Contributing](/advanced/contributing.md)


---

# 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.cortexcms.org/advanced.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.
