> For the complete documentation index, see [llms.txt](https://process.mad.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://process.mad.co/project-work.md).

# Project Work

- [General Working Practices](https://process.mad.co/project-work/working-practices.md)
- [The Project Brief](https://process.mad.co/project-work/working-practices/project-briefs.md): Bringing every project member on the same page at the same time.
- [AAR - After Action Review](https://process.mad.co/project-work/working-practices/aar-after-action-review.md)
- [New Client Onboarding](https://process.mad.co/project-work/working-practices/new-client-onboarding.md)
- [Status Updates](https://process.mad.co/project-work/working-practices/status-updates.md)
- [Files & Backups](https://process.mad.co/project-work/working-practices/files-and-backups.md)
- [Design Working Practices](https://process.mad.co/project-work/design.md)
- [Website Go-Live Checklist](https://process.mad.co/project-work/design/website-go-live-checklist.md)
- [Resources.](https://process.mad.co/project-work/design/resources.md)
- [Brand and Web Design Sprint Agenda](https://process.mad.co/project-work/design/brand-design-sprint-agenda.md)
- [Key Design Team Roles](https://process.mad.co/project-work/design/key-design-team-roles.md)
- [Ideation and Brainstorming](https://process.mad.co/project-work/design/ideation-and-brainstorming.md)
- [Design Thinking](https://process.mad.co/project-work/design/design-thinking.md)
- [Questions for Flows](https://process.mad.co/project-work/design/questions-for-flows.md)
- [Webflow Hosting](https://process.mad.co/project-work/design/webflow-hosting.md)
- [Corporate Website Go-Live Checklist](https://process.mad.co/project-work/design/corporate-website-go-live-checklist.md)
- [Setting Up an App Store Account](https://process.mad.co/project-work/design/setting-up-an-app-store-account.md)
- [Domain Pointing and IP Addresses](https://process.mad.co/project-work/design/domain-pointing-and-ip-addresses.md)
- [Writing Specifications](https://process.mad.co/project-work/design/writing-specifications.md)
- [Bug Reporting Template](https://process.mad.co/project-work/design/bug-reporting-template.md)
- [Tools](https://process.mad.co/project-work/tools.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://process.mad.co/project-work.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.
