# Neon Cloud

## Neon Cloud

- [Welcome to Neon Cloud](https://docs.neoncloud.com/readme.md): Neon Cloud is a powerful cloud infrastructure platform designed for developers and businesses who need reliable, scalable computing resources without the complexity.
- [About Neon Cloud Docs](https://docs.neoncloud.com/welcome-and-navigation/about-neon-cloud-docs.md): Welcome to Neon Cloud Docs-your guide to deploying and operating VMs, Kubernetes, networking, and storage on Neon Cloud.
- [What’s New / Release Notes](https://docs.neoncloud.com/welcome-and-navigation/whats-new-release-notes.md)
- [Quick Links](https://docs.neoncloud.com/welcome-and-navigation/quick-links.md)
- [Platform Overview](https://docs.neoncloud.com/get-started/platform-overview.md)
- [Create Your Account](https://docs.neoncloud.com/get-started/create-your-account.md): This article explains how to set up your Neon Cloud account, complete KYC verification, and access your dashboard to start using cloud services.
- [Projects & RBAC](https://docs.neoncloud.com/get-started/projects-and-rbac.md)
- [Virtual Infrastructure Setup and VM Deployment](https://docs.neoncloud.com/get-started/virtual-infrastructure-setup-and-vm-deployment.md): The following article will guide you tto create a Virtual Network, Subnet, Virtual Router etc. so that we can proceed with VM deployment in our private nework.
- [Connecting to the VM](https://docs.neoncloud.com/get-started/first-vm-in-5-minutes.md): Once you have deployed the VM, you can go through this article as it describes
- [Production Checklist](https://docs.neoncloud.com/get-started/production-checklist.md)
- [Resetting your VM Password](https://docs.neoncloud.com/common-issues/resetting-your-vm-password.md): This article explains how to reset the password of a VM in Neon Cloud.
- [Increasing Your Account Limits and Resource Quotas](https://docs.neoncloud.com/common-issues/increasing-your-account-limits-and-resource-quotas.md): If you need more resources than your default quotas allow, you can request an account limit increase. This guide explains how to submit your request and track its approval.
- [Taking VM Snapshots](https://docs.neoncloud.com/common-issues/taking-vm-snapshots.md): This article explains how to take VM snapshots, which capture the current state of your machine for easy restoration if needed.
- [Scheduling Backups](https://docs.neoncloud.com/common-issues/scheduling-backups.md): This article outlines the steps to schedule automated backups for your instances or volumes in Neon Cloud.
- [Transitioning Your Instances from Hourly to Monthly Billing Cycle](https://docs.neoncloud.com/common-issues/transitioning-your-instances-from-hourly-to-monthly-billing-cycle.md): This article explains how to transition your instances from an hourly to a monthly billing cycle in Neon Cloud while ensuring data safety and continuity.
- [Expanding Instance Block Storage](https://docs.neoncloud.com/common-issues/expanding-instance-block-storage.md): This article explains how to increase the block storage of an instance in Neon Cloud.
- [Attaching Additional Block Storage to your Instance](https://docs.neoncloud.com/common-issues/attaching-additional-block-storage-to-your-instance.md): This article explains how to attach additional block storage to an instance in Neon Cloud.
- [Upgrading your VM Configuration](https://docs.neoncloud.com/common-issues/upgrading-your-vm-configuration.md): This article explains how to upgrade your VM to a higher configuration in Neon Cloud.
- [AI Tools](https://docs.neoncloud.com/neon-cloud-marketplace-1-click-apps/ai-tools.md): This guide explains how to set up your AI tool on a pre-configured Neon Cloud Server. All dependencies are pre-installed, you only need to add your AI provider API key to get started.
- [Business Analytics](https://docs.neoncloud.com/neon-cloud-marketplace-1-click-apps/business-analytics.md)
- [Web Hosting Control Panels](https://docs.neoncloud.com/neon-cloud-marketplace-1-click-apps/web-hosting-control-panels.md)
- [Monitoring and Visualization](https://docs.neoncloud.com/neon-cloud-marketplace-1-click-apps/monitoring-and-visualization-tools.md): Here is the list of monitoring and visualization tools currently available on Neon Cloud. You can also find the supported OS for each tool, along with a post-installation guide to assistance
- [Development and Automation Tools](https://docs.neoncloud.com/neon-cloud-marketplace-1-click-apps/development-and-automation-tools.md)
- [Databases](https://docs.neoncloud.com/neon-cloud-marketplace-1-click-apps/databases.md): This guide provides step-by-step instructions to help users set up databases and manage access directly on virtual machines using console access or SSH tools like PuTTY.
- [Security Tools](https://docs.neoncloud.com/neon-cloud-marketplace-1-click-apps/security-tools.md)
- [Storage and Sharing](https://docs.neoncloud.com/neon-cloud-marketplace-1-click-apps/storage-and-sharing.md)
- [Kubernetes](https://docs.neoncloud.com/products/kubernetes.md)
- [Concepts & Limits (Neon Kubernetes Engine)](https://docs.neoncloud.com/products/kubernetes/concepts-and-limits-neon-kubernetes-engine.md)
- [Create a Cluster](https://docs.neoncloud.com/products/kubernetes/create-a-cluster.md): Provision an NKE cluster with the right networking and node pool sizing.
- [Access Your Cluster (kubeconfig)](https://docs.neoncloud.com/products/kubernetes/access-your-cluster-kubeconfig.md)
- [Add/Resize Node Pools, Upgrades & Maintenance](https://docs.neoncloud.com/products/kubernetes/add-resize-node-pools-upgrades-and-maintenance.md)
- [Ingress & Load Balancing](https://docs.neoncloud.com/products/kubernetes/ingress-and-load-balancing.md)
- [Persistent Storage for K8s (CSI)](https://docs.neoncloud.com/products/kubernetes/persistent-storage-for-k8s-csi.md)
- [Cluster Monitoring & Logs](https://docs.neoncloud.com/products/kubernetes/cluster-monitoring-and-logs.md)
- [Best Practices (HA, security, cost)](https://docs.neoncloud.com/products/kubernetes/best-practices-ha-security-cost.md)
- [Raising a Support Ticket](https://docs.neoncloud.com/support/raising-a-support-ticket.md): If you happen to face any difficulty or need help, you can visit this page for guidance on how to raise a Support Ticket from your portal. Our Support team will respond to you as soon as possible.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.neoncloud.com/readme.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.
