# Project Documentation

## Project Documentation

- [Code for Philly - Partnership Guide](https://code-for-philly.gitbook.io/partnerships/master.md)
- [Defining the partnership](https://code-for-philly.gitbook.io/partnerships/defining-the-partnership.md)
- [Financial Partners](https://code-for-philly.gitbook.io/partnerships/defining-the-partnership/financial-partners.md)
- [Project Partners](https://code-for-philly.gitbook.io/partnerships/defining-the-partnership/project-partners.md)
- [Resource Partners](https://code-for-philly.gitbook.io/partnerships/defining-the-partnership/resource-partners.md)
- [Project creation walkthrough](https://code-for-philly.gitbook.io/partnerships/creating-new-partnerships/first-steps.md)
- [Case study: PLSE project](https://code-for-philly.gitbook.io/partnerships/creating-new-partnerships/case-study-plse.md)
- [Frequently asked questions](https://code-for-philly.gitbook.io/partnerships/creating-new-partnerships/frequently-asked-questions.md)
- [Case study: RLadies relationship](https://code-for-philly.gitbook.io/partnerships/building-a-relationship/case-study-relationship.md)
- [Case study: SPACE](https://code-for-philly.gitbook.io/partnerships/building-a-sponsorship/case-study-space.md)
- [Relationships](https://code-for-philly.gitbook.io/partnerships/maintaining-partnerships/maintaining-relationships.md)
- [Active projects](https://code-for-philly.gitbook.io/partnerships/maintaining-partnerships/maintaining-active-projects.md)
- [Sponsorships](https://code-for-philly.gitbook.io/partnerships/maintaining-partnerships/maintaining-sponsorships.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://code-for-philly.gitbook.io/partnerships/master.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
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.
