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

# Resources

- [Communities](https://docs.themspkb.com/resources/communities.md): Explore how MSP communities foster collaboration, technical skill-sharing, and business growth, benefiting participants across the ecosystem.
- [Online Communities](https://docs.themspkb.com/resources/communities/forums-and-chat-communities.md): Explore online MSP communities for real-time collaboration, technical advice, and business insights. Engage with peers and grow professionally across various platforms.
- [Peer Groups](https://docs.themspkb.com/resources/communities/peer-groups.md)
- [Social Media communities](https://docs.themspkb.com/resources/communities/social-media-communities.md)
- [Business Resources](https://docs.themspkb.com/resources/business-resources.md): Blogs, books, podcasts, and webinars to help MSPs grow the business side of their practice.
- [Podcasts & Webinars](https://docs.themspkb.com/resources/business-resources/podcasts-and-webinars.md)
- [Blogs & Books](https://docs.themspkb.com/resources/business-resources/blogs-and-books.md)
- [Technical Resources](https://docs.themspkb.com/resources/technical-resources.md): Technical blogs, books, podcasts, and a curated MSP toolkit of hands-on tools.
- [Podcasts & Webinars](https://docs.themspkb.com/resources/technical-resources/podcasts-and-webinars.md)
- [Blogs & Books](https://docs.themspkb.com/resources/technical-resources/blogs-and-books.md)
- [MSP Toolkit](https://docs.themspkb.com/resources/technical-resources/msp-toolkit.md): A curated list of popular, practical tools MSP technicians reach for regularly.
- [Screen Capture](https://docs.themspkb.com/resources/technical-resources/msp-toolkit/screen-capture.md): Tools for capturing screenshots, GIFs, and video guides.
- [Greenshot](https://docs.themspkb.com/resources/technical-resources/msp-toolkit/screen-capture/greenshot.md)
- [PSR](https://docs.themspkb.com/resources/technical-resources/msp-toolkit/screen-capture/problem-screen-recorder.md)
- [ShareX](https://docs.themspkb.com/resources/technical-resources/msp-toolkit/screen-capture/sharex.md)
- [USB Stick Essentials](https://docs.themspkb.com/resources/technical-resources/msp-toolkit/usb-stick-essentials.md): Portable go-to tools worth keeping on your USB stick.
- [User Profile Wizard](https://docs.themspkb.com/resources/technical-resources/msp-toolkit/usb-stick-essentials/user-profile-wizard.md)
- [PortableApps](https://docs.themspkb.com/resources/technical-resources/msp-toolkit/usb-stick-essentials/portableapps.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.themspkb.com/resources.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.
