> For the complete documentation index, see [llms.txt](https://docs.goplugin.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.goplugin.co/use-cases.md).

# Use Cases

- [Plugin WFN Use Case](https://docs.goplugin.co/use-cases/plugin-wfn-use-case.md)
- [Plugin WFN Data Review](https://docs.goplugin.co/use-cases/plugin-wfn-use-case/plugin-wfn-data-review.md)
- [Plugin WFN Use Case - FAQ](https://docs.goplugin.co/use-cases/plugin-wfn-use-case/plugin-wfn-use-case-faq.md): This page provides the FAQ pertaining to the weather node. We will constantly update the FAQ based on our community interaction.
- [Plugin WFN - Ambient Weather Unit Onboarding Instructions](https://docs.goplugin.co/use-cases/plugin-wfn-use-case/plugin-wfn-ambient-weather-unit-onboarding-instructions.md)
- [Plugin WFN - Acurite Weather Unit Onboarding Instructions - LEGACY](https://docs.goplugin.co/use-cases/plugin-wfn-use-case/plugin-wfn-acurite-weather-unit-onboarding-instructions-legacy.md)
- [Unlock WFN Node](https://docs.goplugin.co/use-cases/plugin-wfn-use-case/unlock-wfn-node.md)
- [Crypto Compare - Pricing Index](https://docs.goplugin.co/use-cases/crypto-compare-pricing-index.md)


---

# 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://docs.goplugin.co/use-cases.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.
