> For the complete documentation index, see [llms.txt](https://work.equalcare.coop/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://work.equalcare.coop/circles/join-or-leave-a-circle/full-circle-member.md).

# Full Circle Member

Except for the Purpose and Members Circles, Full Circle Participants are every person with a common aim who has a significant role in the day-to-day delivery and operations of the co-operative.

To ensure well-run productive Circles, every Circle will have a defined membership of individuals who agree to the following guidelines:&#x20;

a. attend Circle meetings regularly&#x20;

b. inform the Circle Secretary if you will be absent&#x20;

c. carry out the Circle’s work in between meetings&#x20;

d. make an effort to resolve interpersonal conflicts that occur within the Circle - if you have an issue with one person, speak with the person privately or ask for help&#x20;

e. work to fulfill the purpose and promote the progress of the Circle&#x20;

f. think about what is best for the community&#x20;

g. think in terms of solutions&#x20;

h. assume another person’s goodwill&#x20;

i. address others with respect&#x20;

j. avoid personal attacks&#x20;

k. speak only for yourself, or identify those for whom you are speaking&#x20;

l. offer and willingly accept feedback.


---

# 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://work.equalcare.coop/circles/join-or-leave-a-circle/full-circle-member.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.
