# Getting help

### Where to get support <a href="#where-to-get-support" id="where-to-get-support"></a>

* [Drupal theme issue queue](https://www.drupal.org/project/issues/civictheme)
* [CivicTheme Github repository](https://github.com/civictheme)
* [Drupal Slack channel](https://drupal.slack.com/archives/C039UV0CQBZ) <mark style="color:blue;">#civictheme-designsystem</mark> (**note:** you need to first [join Drupal Slack](https://www.drupal.org/join-slack))
* Send an email to <mark style="color:blue;"><civictheme@salsa.digital></mark>

### Where to submit issues and PRs <a href="#where-to-submit-issues-and-prs" id="where-to-submit-issues-and-prs"></a>

Development of the entire CivicTheme ecosystem is managed in the [<mark style="color:blue;">CivicTheme</mark> GitHub organisation](https://github.com/civictheme/).

This allows to develop the Drupal theme and modules at the same place and use advanced CI configuration for testing.

The code from the[ monorepo ](https://en.wikipedia.org/wiki/Monorepo)is automatically published to Drupal.org with all commit and author information preserved.

**For Drupal theme:**

* Submit issues to [the Drupal theme issue queue](https://www.drupal.org/project/issues/civictheme)
* Submit PRs to the [GitHub Drupal monorepo](https://github.com/civictheme/monorepo-drupal)

**For Drupal modules:**

* submit issues to [the Drupal theme issue queue](https://www.drupal.org/project/issues/civictheme)
* submit PRs to [the GitHub Drupal monorepo](https://github.com/civictheme/monorepo-drupal)

**For UI Kit:**

* Submit issues to [the UI Kit GitHub repository](https://github.com/civictheme/uikit)
* Submit PRs to [the UI Kit GitHub repository](https://github.com/civictheme/uikit)

**For&#x20;*****this*****&#x20;documentation:**

* Submit issues to [the documentation GitHub repository](https://github.com/civictheme/docs/)
* Submit PRs to [the documentation GitHub repository](https://github.com/civictheme/docs/)

If you do not know which part the issues relates to - submit an issue to [the Drupal theme issue queue](https://www.drupal.org/project/issues/civictheme) and it will be moved to the appropriate location by the CivicTheme maintainers.


---

# 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://docs.civictheme.io/getting-started/getting-help.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.
