> For the complete documentation index, see [llms.txt](https://handbook.thebristolcable.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://handbook.thebristolcable.org/bristol-cable-coop/primary-rules/objects.md).

# Objects

### **The text below is taken from the Bristol Cable's Primary Rules, which is the legal constitution of the co-op.** [**Read the entire Primary Rules in full**](https://docs.google.com/document/d/10MbQcQpFvGA26hF1UmSzag6zOuy1F-3b763sTTNYqZc/edit)**.**

4\. The objects of the Society shall be to carry on any business for the benefit of the community by establishing a local media publication that fosters citizen journalism in Bristol. As a democratic co-operative, we aim to provide a collaborative platform for the creation of trustworthy and accountable multimedia journalism. To ensure that we are embedded in the communities we serve, we will continue to provide skill exchanges and training sessions for people in Bristol.&#x20;

In this way The Bristol Cable is building the tools and platform for people to engage with their communities, the city and the wider world through the medium of journalism.&#x20;

Our Members' Charter reflects the ethos and organisation of The Bristol Cable, which all members must subscribe to before being a member of the cooperative.&#x20;

5\. The Society shall be owned and controlled by its Members on a fair and equitable basis


---

# 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://handbook.thebristolcable.org/bristol-cable-coop/primary-rules/objects.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.
