> For the complete documentation index, see [llms.txt](https://edehr.gitbook.io/edehr-compass/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://edehr.gitbook.io/edehr-compass/introduction/how-to-use-this-guide.md).

# How to use this guide

## Introduction to the EdEHR Compass Platform

Welcome! Whether you’re brand new to EdEHR Compass or just need a refresher, this page will help you get the most out of our knowledge base. Here’s how to find what you need, contribute your own expertise, and make your experience as smooth as possible.

GitBook is an online documentation platform designed for collaborative knowledge sharing. This GitBook serves as a knowledge base for our open-source platform, covering walkthroughs, best practices, troubleshooting, and more.

## 1. Navigating the Table of Contents and Sections

#### Table of Contents:

The left-hand sidebar is your roadmap. Topics are organized into sections and subsections. Click on any section to expand and see more details. If you ever feel lost, use the breadcrumbs at the top of the page to see where you are and jump back to previous sections.

Page Layout:

* Each page starts with a clear heading and a brief overview. Key steps, tips, and links are highlighted for quick scanning.
* Use the breadcrumbs at the top to track your location within the documentation.

<figure><img src="/files/XdHT3bjf5c8eD18EyxrA" alt=""><figcaption></figcaption></figure>

***

### Primary Section Navigation

At the top of every page, you'll find the main navigation bar. Just click any section name to jump straight to that part of the guide. It's always there, so you can easily switch topics or head back to where you want to be with one click.

<figure><img src="/files/FfQqe7OdXy499Nl9JS0i" alt=""><figcaption></figcaption></figure>

***

### Side Page Table of Contents

On the right side of each page, you’ll find a mini table of contents. This lets you quickly jump to different sections within the page, making it easy to scan or revisit key topics without scrolling.

<div align="left"><figure><img src="/files/BvUH8B5RXjen9rNI9x2r" alt=""><figcaption></figcaption></figure></div>

***

### Pagination

At the bottom of each page, you’ll find Next and Previous buttons. Use these to move smoothly through the guide in order, just like flipping pages in a book. It’s a quick way to keep your place or continue exploring without heading back to the table of contents.

<figure><img src="/files/GykofGV3neOnicwtt5KJ" alt=""><figcaption></figcaption></figure>

***

## Searching for Specific Topics or Keywords

To quickly find relevant information:

{% stepper %}
{% step %}
Use the **search bar** at the top of the page.

<figure><img src="/files/FykJq2HbsWVt3nrPbLWm" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Enter keywords related to your topic. Filter results to narrow down the search.

<figure><img src="/files/vC4AG5qAIs4tVPX85RUN" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

***

### Contributing to Compass (Gitbook Wiki)

Users can contribute by adding or editing content.

* **Request Access**: If editing is restricted, request permissions from an admin.
* **Editing Content**:
  * Click the **Edit on GitBook** button (if available).
  * Make changes and submit for approval.
* **Suggesting Edits**:
  * Use the comment feature to propose modifications.
  * Reach out via the community forum or designated feedback channels
  * PROVIDE LINKS


---

# 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://edehr.gitbook.io/edehr-compass/introduction/how-to-use-this-guide.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.
