# Developers

- [Basic Osclass](https://docs.mindstellar.com/osclass-docs/developers/basic-osclass.md): Basic osclass development related information.
- [Contribute to Osclass](https://docs.mindstellar.com/osclass-docs/developers/basic-osclass/contribute-to-osclass.md)
- [Coding Style](https://docs.mindstellar.com/osclass-docs/developers/basic-osclass/coding-style.md): Basic Introduction to Osclass coding style
- [Debug PHP Errors](https://docs.mindstellar.com/osclass-docs/developers/basic-osclass/debug-php-errors.md)
- [Debug SQL Queries](https://docs.mindstellar.com/osclass-docs/developers/basic-osclass/debug-sql-queries.md)
- [How to write a bug report](https://docs.mindstellar.com/osclass-docs/developers/basic-osclass/how-to-write-a-bug-report.md)
- [Database model and diagram](https://docs.mindstellar.com/osclass-docs/developers/basic-osclass/database-model-and-diagram.md)
- [Plugins and Themes](https://docs.mindstellar.com/osclass-docs/developers/plugins-themes.md)
- [Auto-update themes and plugins](https://docs.mindstellar.com/osclass-docs/developers/plugins-themes/auto-update-themes-and-plugins.md)
- [Administrator Menus](https://docs.mindstellar.com/osclass-docs/developers/plugins-themes/administrator-menus.md)
- [Admin Toolbar](https://docs.mindstellar.com/osclass-docs/developers/plugins-themes/admin-toolbar.md)
- [Style and scripts enqueue functions](https://docs.mindstellar.com/osclass-docs/developers/plugins-themes/style-and-scripts-enqueue-functions.md)
- [Routes](https://docs.mindstellar.com/osclass-docs/developers/plugins-themes/routes.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.mindstellar.com/osclass-docs/developers.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.
