> For the complete documentation index, see [llms.txt](https://global-psychedelic-society.gitbook.io/handbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://global-psychedelic-society.gitbook.io/handbook/additional-support/practitioners-and-support-networks.md).

# Practitioners & Support Networks

One important and fairly common function that societies and psychedelic communities can serve is connecting members with experienced guides and practitioners. This is a critical function that comes with ethical and legal responsibilities. A society should consider the potential risks and liabilities when making recommendations or creating a referral system.

### Ethical Considerations

* If a member has a negative experience with a guide, how is the society implicated?
* Everyone has different needs; recommending a guide should not be a one-size-fits-all approach. You should only consider implementing a referral system if you have a diverse selection of practitioners to refer to.
* To mitigate risks, build a small vetted network of 2-3 trusted guides who have been reviewed by your society team.
* Always provide multiple options and empower members to make their own decisions.

### Building a Practitioner Network

* Collaborate with local professionals: Some cities, like Baltimore, have therapist and guide collectives that meet regularly.
* Encourage practitioners to attend your events and engage with the community before recommending them.
* Start a Database: You don’t need a fancy website to get started… start with something simple like a Notion or Air Table database
* Some organizations publicly connect members with guides, while others maintain behind-the-scenes referral networks.
* Example:[ Psycle Clinic](https://www.psycle.clinic/) is one resource for finding reputable practitioners. [Psychedelic Passage](https://www.psychedelicpassage.com/) is another one for the US. [The Flying Sage](https://www.theflyingsage.ca/) is another option for Canada.

### Empowering Members to Choose Guides

* Rather than directly recommending practitioners, societies can provide educational tools to help members make informed choices.
* Share resources like[ How to Choose a Psychedelic Guide](https://psychedelicstoday.com/2018/07/12/find-psychedelic-guide/) to guide members in asking the right questions.

By maintaining ethical referral practices and providing educational resources, psychedelic societies can support members in finding practitioners while minimizing liability.

<br>


---

# 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://global-psychedelic-society.gitbook.io/handbook/additional-support/practitioners-and-support-networks.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.
