> For the complete documentation index, see [llms.txt](https://docs.terrakube.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.terrakube.io/user-guide/private-registry.md).

# Private Registry

Terraform provides a public registry, where you can share and reuse your terraform modules or providers, but sometimes you need to define a Terraform module that can be accessed only within your organization.

Terrakube provides a private registry that works similarly to the [public Terraform Registry](https://developer.hashicorp.com/terraform/registry) and helps you share [Terraform providers](https://developer.hashicorp.com/terraform/language/providers) and [Terraform modules](https://developer.hashicorp.com/terraform/language/modules) privately across your organization. You can use any of the main [VCS providers](/user-guide/vcs-providers.md) to maintain your terraform module code.

{% hint style="info" %}
At the moment the Terrakube UI only supports [publish private modules,](/user-guide/private-registry/publishing-private-modules.md) but you can publish providers using the [Terrakube API](/api/methods/provider.md)
{% endhint %}

In this section:

{% content-ref url="/pages/vOnmliCIxsBaBUhCNooO" %}
[Publishing Private Modules](/user-guide/private-registry/publishing-private-modules.md)
{% endcontent-ref %}

{% content-ref url="/pages/mGbyG4dOq3DyCGqtPMsm" %}
[Using Private Modules](/user-guide/private-registry/using-private-modules.md)
{% endcontent-ref %}


---

# 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.terrakube.io/user-guide/private-registry.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.
