# FAQ

### I am having an issue requesting access to a resource

Please see [Troubleshooting](/reference/faq/troubleshooting.md) for debugging assistance.

### My initial GitHub Action has failed

When you create a quickstart from a template, it will attempt to run a GitHub Action Workflow. Because you have not configured your quickstart yet, this initial workflow should fail. This is expected and completing the configuration steps in [Broken mention](broken://pages/mLf1JjBfIXwRkhehH0xL) will cause subsequent workflow runs to succeed.

### How can I tell if my request has been approved/denied?

You can see the current status of your request on the Requests page in the sidebar.

&#x20;![](/files/dakkYnBvy3RKGL8vXaKZ)

### How do I add a new repo to my GitHub Connection if I configured it to have permissions to a subset of repos?

1. Go to your GitHub Settings then click on Applications under Integrations.![](/files/RiR8EBvbex5vLYxSiigy)
2. Click Configure on the Abbey Labs application<br>

   <figure><img src="/files/YiVEz6qIBATAWJOmXc4k" alt=""><figcaption></figcaption></figure>
3. Add your new repo to the list of selected repos, then click save<br>

   <figure><img src="/files/4Vcq9Pag00fV5quMpd73" alt=""><figcaption></figcaption></figure>


---

# 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.abbey.io/reference/faq.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.
