> For the complete documentation index, see [llms.txt](https://lightcloud.gitbook.io/lightcloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lightcloud.gitbook.io/lightcloud/frequently-asked-questions/what-do-the-3-light-indicators-on-the-gateway-mean.md).

# What do the 3 light indicators on the Gateway mean?

There are 3 indicator lights on the front of the Gateway:

* The green indicator light **nearest the center** indicates that you have power to the Gateway. If this light is not on, there is no power to the Gateway.
* The **middle** indicator light will be either green for a strong signal, yellow for an adequate signal and no light for a poor or no signal.
* The light **nearest the outside edge** indicates the system status:
  * A blinking yellow light indicates the Gateway is initializing.
  * A blinking green light indicates the Gateway is in Setup Mode.
  * A solid green light indicates the Gateway is ready and operating normally.

Three solid green lights across means you are good to go with a strong signal.

Green, yellow, green (left to right) means you are good to go with an adequate signal.


---

# 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:

```
GET https://lightcloud.gitbook.io/lightcloud/frequently-asked-questions/what-do-the-3-light-indicators-on-the-gateway-mean.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.
