> For the complete documentation index, see [llms.txt](https://auvidea.gitbook.io/software-setup-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://auvidea.gitbook.io/software-setup-guide/guide/questions-and-answers.md).

# Questions and Answers

### Frequently Asked Questions <a href="#toc128498080" id="toc128498080"></a>

* Q: Why is my X221 not going into force recovery?
  * A: If your system is not going into force recovery, please contact our support as you may got a system with a mismatched firmware.
* Q: Why is my system not entering the force recovery state?
  * A: Most of our carrier boards are design to enter force recovery mode when they detect a Host PC. This detection only works one time automatically after the system was connected to its power supply. We recommend unplugging your system bevor connecting to a Host PC and plugging it back in to power after connecting.
  * A: If your system still does not enter force recovery you may have to press the force recovery button or short the respective pins bevor connecting to power (please see the Technical Reference Manual for a detailed pinout description).
  * A: If you cannot disconnect your system from power, it is also possible to enter force recovery via a button sequence.
    * Press/jumper “force recovery” button/pins
    * Press/jumper “reset” button/pins
    * Release/disconnect “reset” button/pins
    * Release/disconnect “force recovery” button/pins a few seconds later then the “reset” button/pins


---

# 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://auvidea.gitbook.io/software-setup-guide/guide/questions-and-answers.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.
