> 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/plugin-1.0-installations-deprecated.md).

# 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
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, and the optional `goal` query parameter:

```
GET https://docs.goplugin.co/plugin-1.0-installations-deprecated.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
