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

# Guides

- [How-to Guides](https://admin-services.docs.intersectmbo.org/guides/how-to-guides.md)
- [Vendor Guides](https://admin-services.docs.intersectmbo.org/guides/vendor-guides.md): Welcome to your Vendor Area! Here you will find all you need throughout the process of working with our Administration Services.
- [1 - Contracting & Onboarding](https://admin-services.docs.intersectmbo.org/guides/vendor-guides/1-contracting-and-onboarding.md)
- [How To - Write Milestones Within Your Statement of Work](https://admin-services.docs.intersectmbo.org/guides/vendor-guides/1-contracting-and-onboarding/how-to-write-milestones-within-your-statement-of-work.md)
- [2 - Delivery and Milestone Management](https://admin-services.docs.intersectmbo.org/guides/vendor-guides/2-delivery-and-milestone-management.md)
- [How To - Manage Contract Changes](https://admin-services.docs.intersectmbo.org/guides/vendor-guides/2-delivery-and-milestone-management/how-to-manage-contract-changes.md)
- [How To - Complete Your Milestone Acceptance Form (MAF)](https://admin-services.docs.intersectmbo.org/guides/vendor-guides/2-delivery-and-milestone-management/how-to-complete-your-milestone-acceptance-form-maf.md)
- [How To - Submit Milestones](https://admin-services.docs.intersectmbo.org/guides/vendor-guides/2-delivery-and-milestone-management/how-to-submit-milestones.md)
- [How To - Submit an Invoice](https://admin-services.docs.intersectmbo.org/guides/vendor-guides/2-delivery-and-milestone-management/how-to-submit-an-invoice.md)
- [3 - Smart Contract Actions & Contract Completion](https://admin-services.docs.intersectmbo.org/guides/vendor-guides/3-smart-contract-actions-and-contract-completion.md)
- [Third Party Assurer Guides](https://admin-services.docs.intersectmbo.org/guides/third-party-assurer-guides.md): The Third‑Party Assurer Hub provides everything you need to know about what a Third Party Assurer does.
- [Third Party Assurer Responsibilities](https://admin-services.docs.intersectmbo.org/guides/third-party-assurer-guides/third-party-assurer-responsibilities.md)
- [Reviewing Milestones](https://admin-services.docs.intersectmbo.org/guides/third-party-assurer-guides/reviewing-milestones.md)
- [How To - Apply for Vendor Funding](https://admin-services.docs.intersectmbo.org/guides/how-to-apply-for-vendor-funding.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://admin-services.docs.intersectmbo.org/guides.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.
