> For the complete documentation index, see [llms.txt](https://twbvoiceplaybook.clearglobal.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://twbvoiceplaybook.clearglobal.org/5.-recording-and-validation/5.4-checklists-before-recording.md).

# 5.4 Checklists before recording

To make sure things go well, we have made a shorter version of the guidelines to give to contributors just before they start recording. This helps them to get ready for their task. It also helps with data quality and means you can spend less time on rating[^1] or doing quality checks. Here is an example of a checklist:

* [ ] Is the device fully charged? Is it working properly?
* [ ] Are you in a quiet place where you won’t get interrupted?
* [ ] Are you using headphones or a good microphone?
* [ ] Do you have the right microphone permissions for your browser and phone?
* [ ] Are you logged in? Are you familiar with the platform?
* [ ] Have you read through the recording guidelines? Have you got answers to any questions you had?

You can add this checklist to your onboarding materials. You could also use it as a pop-up reminder on the platform. This should help with consistency and reduce errors.

<br>

[^1]: **Rating:** An individual quality assessment by a contributor. They either approve or reject a piece of language data (recording in the case of voice data) and base their rating on the pass/fail guidelines. Several ratings may be needed to decide whether this data has passed or failed for quality.


---

# 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://twbvoiceplaybook.clearglobal.org/5.-recording-and-validation/5.4-checklists-before-recording.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.
