> For the complete documentation index, see [llms.txt](https://docs.flosum.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flosum.com/devops/getting-started/devops-overview.md).

# DevOps - Overview

DevOps is Flosum's cloud-native DevOps solution for scalable, secure Salesforce development. It includes integrated compliance controls, accelerates release cycles, and reduces errors, allowing your team to concentrate on delivering value.

* **Intuitive Interface**: Our platform offers a user-friendly interface that lets you navigate effortlessly and efficiently.
* **Automated Workflows**: Seamlessly integrate your DevOps processes with automated CI/CD pipelines.
* **Real-Time Monitoring**: Stay informed with detailed analytics to maintain optimal performance and gain valuable insights.
* **Scalable Infrastructure**: Scale effortlessly with our cloud-native solutions that grow with your business needs.
* **Robust Security**: Built-in security features protect your applications and data at all times.

This guide's articles comprehensively cover all aspects of the Cloud DevOps app, ensuring you have the knowledge to begin your Salesforce DevOps journey.

### Jump right in

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><img src="https://1800549522-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRpUu5iMlzMFAudyBvMOl%2Fuploads%2FEXRoKqguzMNS5ILq5zy1%2Fdevops-creating-a-branch.svg?alt=media&amp;token=1b938694-0bda-4c85-bb1b-a893d308fea0" alt=""></td><td><strong>Creating a Branch</strong></td><td>Learn how to create your branch to get started with Cloud DevOps.</td><td><a href="/devops/code/managing-branches/creating-a-branch.md">Creating a Branch</a></td></tr><tr><td><img src="https://1800549522-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRpUu5iMlzMFAudyBvMOl%2Fuploads%2FCPiQIdR4Si53nhiSnNNQ%2Fdevops-adding-components.svg?alt=media&amp;token=0548061d-9c08-4822-b9e2-24db52bbe447" alt=""></td><td><strong>Adding Components</strong></td><td>Add components to your branch for development and source control.</td><td><a href="/devops/code/branch-actions/adding-components-to-a-branch.md">Adding Components to a Branch</a></td></tr><tr><td><img src="https://1800549522-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRpUu5iMlzMFAudyBvMOl%2Fuploads%2Futc274DXdxfXazwgjolI%2Fdevops-pull-requests.svg?alt=media&amp;token=3cdbe203-dbcb-4888-a931-af7f45b65591" alt=""></td><td><strong>Overview of Pull Requests</strong></td><td>Learn how to create pull requests to merge your branches together.</td><td><a href="/devops/pull-requests/overview-of-pull-requests.md">Overview of Pull Requests</a></td></tr></tbody></table>

{% hint style="success" %}

#### More Documentation Coming Soon!

We're excited to announce that our DevOps Documentation is expanding. Stay tuned for new content coming soon!

— Flosum Technical Writing Team
{% endhint %}


---

# 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.flosum.com/devops/getting-started/devops-overview.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.
