# FAQ and common problems

- [Wallet Communication](https://docs.lightningatm.me/faq-and-common-problems/wallet-communication.md): This section will answer some questions in regards to how the ATM communicates with the wallets that you connect it to. We'll be looking into API calls and what actually happens "under the hood".
- [Starting Automatically](https://docs.lightningatm.me/faq-and-common-problems/starting-automatically.md): A quick description on how you can start the ATM automatically, as soon as the Raspberry Pi has booted.


---

# 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.lightningatm.me/faq-and-common-problems.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.
