> For the complete documentation index, see [llms.txt](https://docs.urbanarray.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.urbanarray.org/projects-and-opportunities.md).

# Projects and Opportunities

- [Overview of Current Projects](https://docs.urbanarray.org/projects-and-opportunities/overview-of-current-projects.md)
- [Impact Studio Anchors](https://docs.urbanarray.org/projects-and-opportunities/overview-of-current-projects/impact-studio-anchors.md): Empowering Communities Through Creativity and Social Impact
- [Detroit One Impact Studio](https://docs.urbanarray.org/projects-and-opportunities/overview-of-current-projects/impact-studio-anchors/detroit-one-impact-studio.md)
- [Chicago Impact Studio SS](https://docs.urbanarray.org/projects-and-opportunities/overview-of-current-projects/impact-studio-anchors/chicago-impact-studio-ss.md): Chicago Impact Studio South Shore: Empowering Sustainable Development and Collaboration
- [Array Innovation Exchange](https://docs.urbanarray.org/projects-and-opportunities/overview-of-current-projects/array-innovation-exchange.md): Expanding Opportunities for South Shore's Community
- [How to Contribute and Collaborate](https://docs.urbanarray.org/projects-and-opportunities/how-to-contribute-and-collaborate.md): Once you've found a project you're interested in, follow these steps to contribute and collaborate:
- [Finding a Project That Suits Your Skills](https://docs.urbanarray.org/projects-and-opportunities/how-to-contribute-and-collaborate/finding-a-project-that-suits-your-skills.md): We encourage members to find projects that align with their skills, interests, and passions. To help you identify the perfect project, consider the following:
- [Submitting Project Ideas and Proposals](https://docs.urbanarray.org/projects-and-opportunities/how-to-contribute-and-collaborate/submitting-project-ideas-and-proposals.md)


---

# 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://docs.urbanarray.org/projects-and-opportunities.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.
