# Locations of parts of Cayley

## Community

* Where is the beating heart of this community?  <https://discourse.cayley.io/>
* Where is the mailing list?  <https://discourse.cayley.io/> (enable mailing list mode under options)
* Where is the chat room? [cayleygraph.slack.com](https://cayleygraph.slack.com) -- Invite [here](https://cayley-slackin.herokuapp.com/)
* Where should I start contributing? [Contributing.md](/cayley/getting-involved/contributing.md) (Also: [How to get involved!](https://discourse.cayley.io/t/how-to-get-involved/44))
* Where is the site-content? <https://github.com/cayleygraph/site-content>
* Where are issues? <https://github.com/cayleygraph/cayley/issues>
* Where is the graph source code? <https://github.com/cayleygraph/cayley>
* Where are pull requests? <https://github.com/cayleygraph/cayley/pulls>
* Where is the wiki?  It was at <https://github.com/cayleygraph/cayley/wiki>, but we are deprecating it.
* Where is the (old) mailing list?  It was at <https://groups.google.com/forum/#!forum/cayley-users>, but we are deprecating it for this forum (and its mailing list mode).


---

# Agent Instructions: 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:

```
GET https://cayley.gitbook.io/cayley/getting-involved/locations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
