# Plugin 1.0 Installations - Deprecated

- [How to install Plugin 1.0 Node](https://docs.goplugin.co/plugin-1.0-installations-deprecated/how-to-install-plugin-1.0-node.md): Plugin node can be installed in 3 ways
- [Modular Method Deployment (Recommended Approach)](https://docs.goplugin.co/plugin-1.0-installations-deprecated/how-to-install-plugin-1.0-node/modular-method-deployment-recommended-approach.md)
- [Script Method (Legacy)](https://docs.goplugin.co/plugin-1.0-installations-deprecated/how-to-install-plugin-1.0-node/script-method-legacy.md)
- [Script - Phase 1](https://docs.goplugin.co/plugin-1.0-installations-deprecated/how-to-install-plugin-1.0-node/script-method-legacy/script-phase-1.md): Through the bash / shell scripting method, you will be able to install the complete setup in few steps
- [Script - Phase 2](https://docs.goplugin.co/plugin-1.0-installations-deprecated/how-to-install-plugin-1.0-node/script-method-legacy/script-phase-2.md)
- [Docker Method](https://docs.goplugin.co/plugin-1.0-installations-deprecated/how-to-install-plugin-1.0-node/docker-method.md): Running the node through docker container minimizes the hassle to install the required utilities for running the node.
- [Docker - Phase 1](https://docs.goplugin.co/plugin-1.0-installations-deprecated/how-to-install-plugin-1.0-node/docker-method/docker-phase-1.md): Setup Postgres, Docker, Pull Plugin Docker Image & Setup Plugin Node
- [Docker - Phase 2](https://docs.goplugin.co/plugin-1.0-installations-deprecated/how-to-install-plugin-1.0-node/docker-method/docker-phase-2.md)
- [Core Adapters](https://docs.goplugin.co/plugin-1.0-installations-deprecated/core-adapters.md)
- [Fund your Node](https://docs.goplugin.co/plugin-1.0-installations-deprecated/fund-your-node.md): It is important to fund your plugin node with minimal XDC and PLI to process the request.


---

# 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.goplugin.co/plugin-1.0-installations-deprecated.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.
