> For the complete documentation index, see [llms.txt](https://docs.ozone.one/ozone-end-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ozone.one/ozone-end-user-guide/faq/in-house-applications.md).

# In House Applications

### Overview

Applications can be broadly divided in to those that are custom built by in-house development teams and those that are packaged by third party vendors.

The main difference is typically that CI (packaging, quality and security checks) of in-house applications is handled by internal teams. In the case of COTS applications, your organisation is typically concerned with pure deployment of those packages on an infrastructure that is suited and managed by you.

{% hint style="info" %}
An in-house application maps to one repository on an version control system
{% endhint %}

### What does Ozone provide in the context of in-house applications?

With Ozone, you have pre-packaged [tasks](/ozone-end-user-guide/faq/tasks.md) and [pipelines](/ozone-end-user-guide/faq/pipelines.md) to manage and enforce CI/CD standards across multiple frameworks and [projects](/ozone-end-user-guide/faq/projects.md).&#x20;

### Whats next?

* As a platform engineer, you may choose to [define CI/CD workflow standards](/ozone-end-user-guide/use-cases/for-platform-engineers/standardized-application-delivery-workflows.md) that are templated
* As a product engineer, you may [trigger pipelines and releases](broken://pages/6MZBenWR1zq4RukT7P2i) either manually or through git events on your version control system
* As a security engineer, you can integrate your security scans with gated approvals within pipelines. Choose from our pre-packaged catalog or create your own custom tasks!


---

# 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:

```
GET https://docs.ozone.one/ozone-end-user-guide/faq/in-house-applications.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.
