# How to Use This Documentation

This documentation is organized to provide comprehensive information about the Agricultural Research Platform with Emilia AI. Whether you're a farmer, researcher, student, or administrator, you'll find relevant sections tailored to your needs.

## Documentation Structure

The documentation is organized into the following main sections:

1. **Introduction**: Overview of the platform, its purpose, and how to use this documentation
2. **Product Requirements Document**: Detailed specifications including user personas and functional requirements
3. **Technical Architecture**: System design, components, and integration patterns
4. **Tech Stack Specification**: Technologies used throughout the platform
5. **User Acceptance Criteria**: Testing requirements and acceptance thresholds
6. **User Guide**: Role-specific guides for all platform users
7. **Implementation Recommendations**: Guidelines for development, deployment, and maintenance
8. **Appendices**: Additional reference materials, glossary, and supporting documentation

## Navigation Tips

* Use the sidebar to navigate between sections
* Search functionality is available to quickly find specific topics
* Role-specific guides are color-coded for easy identification
* Code examples can be copied with a single click
* Diagrams can be expanded for detailed viewing

## Role-Based Reading Paths

Depending on your role, you may want to focus on specific sections:

### For Farmers

1. Start with the [Farmer Guide](/animal-research-hub/user-guide/farmer.md)
2. Review the [Farmer Insights Dashboard](/animal-research-hub/user-guide/farmer/insights-dashboard.md)
3. Learn about [Data Entry & Management](/animal-research-hub/user-guide/farmer/data-entry.md)
4. Explore [Breeding Program Participation](/animal-research-hub/user-guide/farmer/breeding-program.md)
5. Check out the [Emilia AI Farmer Assistant](/animal-research-hub/user-guide/emilia-ai/farmer-assistant.md)

### For Researchers

1. Begin with the [Researcher Guide](/animal-research-hub/user-guide/researcher.md)
2. Set up your [Research Environment](/animal-research-hub/user-guide/researcher/environment-setup.md)
3. Learn about [Breeding Engine Tools](/animal-research-hub/user-guide/researcher/breeding-engine.md)
4. Explore [Heritability Analysis](/animal-research-hub/user-guide/researcher/heritability-analysis.md)
5. Review [Mating Strategy Tools](/animal-research-hub/user-guide/researcher/mating-strategy.md)

### For Students

1. Start with the [Student Guide](/animal-research-hub/user-guide/student.md)
2. Explore [Learning Resources](/animal-research-hub/user-guide/student/learning-resources.md)
3. Set up [Research Environment Access](/animal-research-hub/user-guide/student/research-environment.md)

### For Administrators

1. Begin with the [Administrator Guide](/animal-research-hub/user-guide/administrator.md)
2. Learn about [User & Role Management](/animal-research-hub/user-guide/administrator/user-role-management.md)
3. Review [System Monitoring](/animal-research-hub/user-guide/administrator/system-monitoring.md)
4. Explore [Configuration Management](/animal-research-hub/user-guide/administrator/configuration.md)

## Providing Feedback

If you find any issues or have suggestions for improving this documentation, please contact the documentation team at <documentation@agricultural-research-platform.org>.

## Version Information

This documentation reflects version 1.0 of the Agricultural Research Platform with Emilia AI. Last updated: May 2025.


---

# 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://naratech-platforms.gitbook.io/animal-research-hub/introduction/how-to-use.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.
