> For the complete documentation index, see [llms.txt](https://iiwii-robotics.gitbook.io/engineering-notebook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://iiwii-robotics.gitbook.io/engineering-notebook/vex-engineering-notebooks/parts-of-a-notebook-sections/engineering-notebook-format.md).

# Engineering Notebook Format

Depending on the approach taken to write up entries for the notebook it may be worthwhile to create a page that describes the format of entries.&#x20;

An activity that some may undertake is to color code their entries. This could take a variety of forms but usually assigns a particular color to each EDP category with that color indicated on the entry page. If there are multiple EDP categories being covered in an entry some may opt to have a color code block in the corner of a page to indicate the key area.

<figure><img src="https://lh7-us.googleusercontent.com/yzs8srq5TrfQ59XjXTTWuO0DYBeSqk3fu3sItFqn3bjk-hsQu1sJosBhT38lTojicMVCDKqy3V_4amzuALdgyN_BFgjMQoDzsVFngh76p304VLq6hShzcgmPDXop0utF0Dv9ZRBws_SsqYeEyJ2U1LY" alt="" width="375"><figcaption><p>EDP Entry Format Example Page</p></figcaption></figure>

<br>


---

# 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://iiwii-robotics.gitbook.io/engineering-notebook/vex-engineering-notebooks/parts-of-a-notebook-sections/engineering-notebook-format.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.
