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

# FFQMS

- [Introduction](https://path-6.gitbook.io/food-fortification/ffqms/introduction.md)
- [Background](https://path-6.gitbook.io/food-fortification/ffqms/background.md)
- [Vocabulary](https://path-6.gitbook.io/food-fortification/ffqms/vocabulary.md)
- [Description of FFQMS](https://path-6.gitbook.io/food-fortification/ffqms/description-of-ffqms.md)
- [Functionality](https://path-6.gitbook.io/food-fortification/ffqms/description-of-ffqms/functionality.md)
- [Detailed Steps for initial setup with DSL](https://path-6.gitbook.io/food-fortification/ffqms/description-of-ffqms/detailed-steps-for-initial-setup-with-dsl.md)
- [Platform Overview](https://path-6.gitbook.io/food-fortification/ffqms/description-of-ffqms/platform-overview.md)
- [Technological Considerations](https://path-6.gitbook.io/food-fortification/ffqms/description-of-ffqms/platform-overview/technological-considerations.md)
- [Technical Architecture](https://path-6.gitbook.io/food-fortification/ffqms/description-of-ffqms/platform-overview/technical-architecture.md)
- [Technology Stack](https://path-6.gitbook.io/food-fortification/ffqms/description-of-ffqms/platform-overview/technology-stack.md)
- [External Integrations](https://path-6.gitbook.io/food-fortification/ffqms/description-of-ffqms/platform-overview/external-integrations.md)
- [Setup Guide](https://path-6.gitbook.io/food-fortification/ffqms/description-of-ffqms/setup-guide.md)
- [Implementation Guide](https://path-6.gitbook.io/food-fortification/ffqms/implementation-guide.md)
- [Operational Documentation](https://path-6.gitbook.io/food-fortification/ffqms/operational-documentation.md)
- [Sample Implementation](https://path-6.gitbook.io/food-fortification/ffqms/sample-implementation.md)
- [Developer Documentation](https://path-6.gitbook.io/food-fortification/ffqms/developer-documentation.md)
- [Overview](https://path-6.gitbook.io/food-fortification/ffqms/developer-documentation/overview.md)
- [Tutorial](https://path-6.gitbook.io/food-fortification/ffqms/developer-documentation/tutorial.md): Tutorial: First Steps
- [An Overview of our Technologies and Framework](https://path-6.gitbook.io/food-fortification/ffqms/developer-documentation/tutorial/an-overview-of-our-technologies-and-framework.md)
- [Setting up the Project](https://path-6.gitbook.io/food-fortification/ffqms/developer-documentation/tutorial/setting-up-the-project.md)
- [Diving into the Code](https://path-6.gitbook.io/food-fortification/ffqms/developer-documentation/tutorial/diving-into-the-code.md)
- [Concepts](https://path-6.gitbook.io/food-fortification/ffqms/developer-documentation/concepts.md)
- [DSL(Domain specific language)](https://path-6.gitbook.io/food-fortification/ffqms/developer-documentation/concepts/dsl-domain-specific-language.md)
- [User Roles and Permissions](https://path-6.gitbook.io/food-fortification/ffqms/developer-documentation/concepts/user-roles-and-permissions.md)
- [How-To Guides](https://path-6.gitbook.io/food-fortification/ffqms/developer-documentation/how-to-guides.md)
- [How to contribute code to the project](https://path-6.gitbook.io/food-fortification/ffqms/developer-documentation/how-to-guides/how-to-contribute-code-to-the-project.md)
- [How to write automated unit tests](https://path-6.gitbook.io/food-fortification/ffqms/developer-documentation/how-to-guides/how-to-write-automated-unit-tests.md)
- [How to review a pull request](https://path-6.gitbook.io/food-fortification/ffqms/developer-documentation/how-to-guides/how-to-review-a-pull-request.md)
- [How to create a new Entity Type](https://path-6.gitbook.io/food-fortification/ffqms/developer-documentation/how-to-guides/how-to-create-a-new-entity-type.md)
- [How to configure security filter chain](https://path-6.gitbook.io/food-fortification/ffqms/developer-documentation/how-to-guides/how-to-configure-security-filter-chain.md)
- [How to configure spring activiti](https://path-6.gitbook.io/food-fortification/ffqms/developer-documentation/how-to-guides/how-to-configure-spring-activiti.md)
- [How to create a Dao Class](https://path-6.gitbook.io/food-fortification/ffqms/developer-documentation/how-to-guides/how-to-create-a-dao-class.md)
- [Digital Personal Data Protection Alignment for FFQMS Application](https://path-6.gitbook.io/food-fortification/ffqms/digital-personal-data-protection-alignment-for-ffqms-application.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://path-6.gitbook.io/food-fortification/ffqms.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
