> 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/devops-de/erste-schritte/devops-uberblick.md).

# DevOps – Überblick

DevOps ist Flosums cloud-native DevOps-Lösung für skalierbare, sichere Salesforce-Entwicklung. Sie umfasst integrierte Compliance-Kontrollen, beschleunigt Release-Zyklen und reduziert Fehler, sodass sich Ihr Team darauf konzentrieren kann, Mehrwert zu liefern.

* **Intuitive Benutzeroberfläche**: Unsere Plattform bietet eine benutzerfreundliche Oberfläche, mit der Sie mühelos und effizient navigieren können.
* **Automatisierte Workflows**: Integrieren Sie Ihre DevOps-Prozesse nahtlos mit automatisierten CI/CD-Pipelines.
* **Echtzeitüberwachung**: Bleiben Sie mit detaillierten Analysen informiert, um eine optimale Leistung aufrechtzuerhalten und wertvolle Einblicke zu gewinnen.
* **Skalierbare Infrastruktur**: Skalieren Sie mühelos mit unseren cloud-nativen Lösungen, die mit den Anforderungen Ihres Unternehmens wachsen.
* **Robuste Sicherheit**: Integrierte Sicherheitsfunktionen schützen Ihre Anwendungen und Daten jederzeit.

Die Artikel dieses Leitfadens decken alle Aspekte der Cloud-DevOps-App umfassend ab und stellen sicher, dass Sie über das Wissen verfügen, um Ihre Salesforce-DevOps-Reise zu beginnen.

### Direkt loslegen

<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://578823411-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>Einen Branch erstellen</strong></td><td>Erfahren Sie, wie Sie Ihren Branch erstellen, um mit Cloud DevOps zu beginnen.</td><td><a href="/devops/devops-de/code/branches-verwalten/einen-branch-erstellen.md">Einen Branch erstellen</a></td></tr><tr><td><img src="https://578823411-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>Komponenten hinzufügen</strong></td><td>Fügen Sie Ihrem Branch Komponenten für die Entwicklung und die Quellcodeverwaltung hinzu.</td><td><a href="/devops/devops-de/code/branch-aktionen/komponenten-zu-einem-branch-hinzufugen.md">Komponenten zu einem Branch hinzufügen</a></td></tr><tr><td><img src="https://578823411-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>Überblick über Pull Requests</strong></td><td>Erfahren Sie, wie Sie Pull Requests erstellen, um Ihre Branches zusammenzuführen.</td><td><a href="/devops/devops-de/pull-requests/uberblick-uber-pull-requests.md">Überblick über Pull Requests</a></td></tr></tbody></table>

{% hint style="success" %}

#### Weitere Dokumentation folgt in Kürze!

Wir freuen uns, ankündigen zu können, dass unsere DevOps-Dokumentation erweitert wird. Freuen Sie sich auf neue Inhalte, die bald verfügbar sein werden!

— Flosum-Technikredaktion
{% 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/devops-de/erste-schritte/devops-uberblick.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.
