> For the complete documentation index, see [llms.txt](https://docs.clouddley.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clouddley.com/apps/extras/scale-applications-on-clouddley.md).

# Scale applications on Clouddley

Scaling an application on Clouddley is simple and efficient. Users can adjust the application's resources by using the **scaling slider** to increase or decrease capacity. Clouddley support a scaling capacity ranging from a minimum of 1 to a maximum of 50.\
To scale your application on Clouddley, follow these steps:

**Step 1:** Navigate to the application dashboard and select the application to open its **Overview** page.

**Step 2:** Click the **More Options** menu (**⋮**) in the top-right corner.

**Step 3:** From the menu, select **Scale** to scale the application.

**Step 4:** Adjust the slider value to scale as needed and then click on **Update**.

<figure><img src="/files/DXFQocC9P8OFDaoH96zg" alt="An image of Apps scaling slider on Clouddley." width="563"><figcaption><p>Apps scaling slider</p></figcaption></figure>

A confirmation message  **`Scaling completed!`** will appear once scaling is complete.

<figure><img src="/files/0X7o41H1O9FHx3JxV868" alt="User scales an application on Clouddley"><figcaption><p>Scaling an application on Clouddley</p></figcaption></figure>

This allows applications to scale up during high-demand periods for optimal performance and scale down during low-traffic times to optimise resource usage. With this flexibility, Clouddley ensures efficient application management under varying loads.


---

# 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.clouddley.com/apps/extras/scale-applications-on-clouddley.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.
