> For the complete documentation index, see [llms.txt](https://cultivate-food-connections.gitbook.io/consumer-handbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cultivate-food-connections.gitbook.io/consumer-handbook/sign-up-process.md).

# Sign-Up Process

<figure><img src="https://lh3.googleusercontent.com/tOkfnChm8K0G-Nfvxrt-4GaodVGQ3iro28cVvezIAazrsrvbHscTjd3ARyzhz1XVQ8ZOY3s-4y1Qpl_nfnMbUaOES3FPnqyEMqLOhHD5oun2pYuEiJZVBuBNq_ODuGS6kl4615bcw8TmPCrezGHU95TpERjXIGf3yQvtQ28tUfDBL2FaB2jlogxl-ccUuw" alt=""><figcaption></figcaption></figure>

Interested in trialing the Iowa Food Co-op for yourself? It’s quick and easy to sign up. Simply click the [Join Now tab on the Iowa Food Co-op](https://shop.iowafood.coop/member-registration) website and fill out a quick form. The initial membership is a one-time fee of $50, with an annual membership fee of $10 however, all new members can trial the IFC twice before the $50 fee is applied. Membership fees help support the co-op so that producer earnings can stay where they belong: with the producers!


---

# 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://cultivate-food-connections.gitbook.io/consumer-handbook/sign-up-process.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.
