# Sensores

- [Luz](https://p-bit.powarsteam.com/instrucciones-de-uso/sensores/luz.md): Sensor LDR (Light Dependant Resistor)
- [Temperatura y Humedad del aire](https://p-bit.powarsteam.com/instrucciones-de-uso/sensores/temperatura-y-humedad-del-aire.md): Sensor DHT11
- [Humedad en Plantas](https://p-bit.powarsteam.com/instrucciones-de-uso/sensores/humedad-en-plantas.md): Sensor Capacitivo de suelo
- [Contaminación de Aire](https://p-bit.powarsteam.com/instrucciones-de-uso/sensores/contaminacion-de-aire.md): Sensor MQ135
- [Temperatura Digital](https://p-bit.powarsteam.com/instrucciones-de-uso/sensores/temperatura-digital.md): DS18B20
- [Sonido](https://p-bit.powarsteam.com/instrucciones-de-uso/sensores/sonido.md): Sensor MAX4466


---

# 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://p-bit.powarsteam.com/instrucciones-de-uso/sensores.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.
