> For the complete documentation index, see [llms.txt](https://docs.birdie.so/birdie-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.birdie.so/birdie-docs/record-my-screen/troubleshooting/how-to-quickly-fix-common-recording-errors.md).

# How to quickly fix common recording errors

There are a few things that tend to fix most common problems such as recording crashes, glitches or recordings not starting.  Here's a quick checklist we suggest you run through if you're having issues:

1. **Reload your Birdie extension** \
   **-** open your Birdie Extension\
   \- go to your Birdie Extension settings\
   \- click on reload

   <div align="left"><figure><img src="/files/UFxiVPpWFX0dZLnSOISp" alt="" width="375"><figcaption><p>Reload Birdie extension</p></figcaption></figure></div>
2. **Restart your Chrome browser** \
   This will often fix any temporary silliness.
3. **Restart your Device**\
   This trusty old trick always helps!
4. **Update your Chrome browser**\
   Make sure your browser is up-to-date. This will help aid Birdie's compatibility.\
   \- You can check this at **chrome://settings/help.**

   ![](/files/elv28YgWmg8iSTpOke5t)<br>
5. **Clear your Chrome cache.**\
   It might sound obvious, but it's helped us a number of times!\
   \- Open Chrome and enter the following URL in a new tab: **chrome://settings/clearBrowserData** \
   \- Select at least both 'Cookies and other site data' and 'Cached images and files' before hitting the 'Delete data' button\
   ![](/files/rBHBrVTdrKZXY9sazuC2)
6. **Disable other Chrome Extensions** \
   Sometimes another extension can block Birdie from recording.


---

# 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://docs.birdie.so/birdie-docs/record-my-screen/troubleshooting/how-to-quickly-fix-common-recording-errors.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.
