> For the complete documentation index, see [llms.txt](https://jframework.gitbook.io/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jframework.gitbook.io/help/references/internal-references.md).

# Internal references

This site is using the following internal resources of the JFW system:

* [glossary.jframework.io](https://glossary.jframework.io) for the glossary of the project.
* help.jframework.io (this site) is for concepts and definitions.
* [developers.jframework.io](https://developers.jframework.io) is for end developers who want to learn how to use management API.
* [guide.jframework.io](https://guide.jframework.io) is for brand owners or end users who wish to use the JFW dashboard and configure branding settings.
* [forum.jframework.io](https://forum.jframework.io) is a place where everyone can ask their questions while working with the Jframework system.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://jframework.gitbook.io/help/references/internal-references.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.
