> For the complete documentation index, see [llms.txt](https://guide.techfleet.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.techfleet.org/resources/brand-guide/brand-foundations/reading-level-standards.md).

# Reading Level Standards

## Reading Level

**Always aim for a 7th grade reading level.**&#x20;

We want our writing to be easy for everyone to understand.&#x20;

This makes our content accessible to people from different backgrounds, those who speak English as a second language, and people with cognitive or learning differences.

If you are not sure what grade level your writing is, use the [Hemingway Editor](https://hemingwayapp.com/). Paste your text into the app, and it will tell you the reading level. It will also highlight sentences that are too hard to read. Rewrite those sentences until the reading level drops to grade 7 or below.

## Examples

| Do This                                            | Not This                                                                                                        |
| -------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- |
| "We help teams learn how to work together."        | "We facilitate the optimization of collaborative methodologies within cross-functional paradigms."              |
| "Sign up for the newsletter to get updates."       | "Subscribe to our digital publication to receive periodic notifications regarding organizational developments." |
| "This guide shows you how to use our logo."        | "This documentation delineates the parameters for appropriate brand mark utilization."                          |
| "If you have questions, ask in the Slack channel." | "Should inquiries arise, please direct them to the designated communication platform."                          |
| "We believe everyone can be a leader."             | "Our core philosophy posits that leadership potential is universally distributed among all constituents."       |


---

# 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://guide.techfleet.org/resources/brand-guide/brand-foundations/reading-level-standards.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.
