# Access Mode SoC

- [SoC Development Overview](https://docs.ifreeq.com/developer/device-development/access-mode-soc/soc-development-overview.md)
- [Lighting](https://docs.ifreeq.com/developer/device-development/access-mode-soc/lighting.md)
- [Guidance](https://docs.ifreeq.com/developer/device-development/access-mode-soc/lighting/guidance.md): Creating a Plug-and-Play RGBCW Lamp on the Tuya Smart Platform
- [Design](https://docs.ifreeq.com/developer/device-development/access-mode-soc/lighting/design.md): Step-by-Step Tuya Smart Lighting Product Design
- [Test](https://docs.ifreeq.com/developer/device-development/access-mode-soc/lighting/test.md)
- [Electrician](https://docs.ifreeq.com/developer/device-development/access-mode-soc/electrician.md)
- [Guidance](https://docs.ifreeq.com/developer/device-development/access-mode-soc/electrician/guidance.md): Product Create Guide
- [Design](https://docs.ifreeq.com/developer/device-development/access-mode-soc/electrician/design.md)
- [Test](https://docs.ifreeq.com/developer/device-development/access-mode-soc/electrician/test.md): Socket & row production test process


---

# 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.ifreeq.com/developer/device-development/access-mode-soc.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.
