# Advanced

In this section you can find more advance code for server scripts that allows you to add more complex logic.

* [Using the user meta field](/plugins/develop-plugins/advanced/advanced-tutorial-using-the-user-meta-field.md)
* [Adding a new database table column](/plugins/develop-plugins/advanced/advanced-tutorial-adding-a-new-database-table-column.md)
* [Creating a new database table](/plugins/develop-plugins/advanced/advanced-tutorial-announcements-plugin.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.hollaex.com/plugins/develop-plugins/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.
