> For the complete documentation index, see [llms.txt](https://aisdit.gitbook.io/covid/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aisdit.gitbook.io/covid/meals-and-student-nutrition.md).

# Student Nutrition

### How do I sign up for meal assistance?

Fill out [this form](https://docs.google.com/forms/d/e/1FAIpQLSf7UizWyfXAUejEY70Qb2hGK827zE95ekVx6Kwxyp886tOYgA/viewform) to be added to the meal deliveries list.&#x20;

### My financial situation has changed, how to I sign up for free and reduced meals?

Please fill out the [free and reduced meal application](https://www.argyleisd.com/apps/pages/index.jsp?uREC_ID=421284\&type=d\&pREC_ID=920493) at our website.

### How are meals prepared/ delivered?

Meals are prepared by our staff on-site, then delivered by volunteers to your residence. Maximum precautions are taken to ensure public safety.

### Can I volunteer to deliver meals?

We appreciate your interest in helping our Argyle family. However, for reasons of public safety, we are NOT accepting volunteer services at this time.&#x20;


---

# 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://aisdit.gitbook.io/covid/meals-and-student-nutrition.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.
