> 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-ja/hajimeni/devops-gai-yao.md).

# DevOps - 概要

DevOps は、拡張性とセキュリティに優れた Salesforce 開発のための Flosum のクラウドネイティブ DevOps ソリューションです。統合されたコンプライアンス管理を備え、リリースサイクルを加速し、エラーを減らすことで、チームは価値の提供に集中できます。

* **直感的なインターフェース**: 当社のプラットフォームは、直感的に操作でき、効率的にナビゲートできるユーザーフレンドリーなインターフェースを提供します。
* **自動化されたワークフロー**: 自動化された CI/CD パイプラインで DevOps プロセスをシームレスに統合します。
* **リアルタイム監視**: 詳細な分析で常に状況を把握し、最適なパフォーマンスを維持しながら貴重な洞察を得られます。
* **スケーラブルなインフラストラクチャ**: クラウドネイティブなソリューションで、ビジネスの成長に合わせて容易に拡張できます。
* **堅牢なセキュリティ**: 組み込みのセキュリティ機能が、アプリケーションとデータを常に保護します。

このガイドの記事では、Cloud DevOps アプリのあらゆる側面を包括的に解説しており、Salesforce DevOps の取り組みを始めるために必要な知識を身につけられます。

### さっそく始める

<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://225042527-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>ブランチの作成</strong></td><td>Cloud DevOps を始めるために、ブランチの作成方法を学びましょう。</td><td><a href="/devops/devops-ja/kdo/buranchino-1/buranchino.md">ブランチの作成</a></td></tr><tr><td><img src="https://225042527-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>コンポーネントの追加</strong></td><td>開発とソース管理のために、ブランチにコンポーネントを追加します。</td><td><a href="/devops/devops-ja/kdo/buranchi/buranchihenokonpnentono.md">ブランチへのコンポーネントの追加</a></td></tr><tr><td><img src="https://225042527-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>プルリクエストの概要</strong></td><td>ブランチをまとめてマージするためのプルリクエストの作成方法を学びましょう。</td><td><a href="/devops/devops-ja/pururikuesuto/pururikuesutono.md">プルリクエストの概要</a></td></tr></tbody></table>

{% hint style="success" %}

#### さらにドキュメントを近日公開！

DevOps ドキュメントを拡充していくことをお知らせします。近日公開予定の新しいコンテンツにご期待ください！

— Flosum 技術ライティングチーム
{% 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-ja/hajimeni/devops-gai-yao.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.
