> For the complete documentation index, see [llms.txt](https://docs.biodock.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.biodock.ai/ai-projects/public-ai-models.md).

# Public AI models

Now you can make your models that you trained in Biodock Public to any users of Biodock. Under **Project and model details g**o to **AI Project Settings.**&#x20;

#### Public AI Models

You can make AI models trained in Biodock available to all Biodock users by publishing them as **Public Models**.

To publish a model:

1. Open your AI project and navigate to **AI Project Settings**.
2. Select the model version you want to make public.
3. Enter the required model information and descriptions.
4. Enable the **Public** option and save your changes.

<figure><img src="/files/NA1Ynaq3A9YjRvxxea8N" alt=""><figcaption></figcaption></figure>

Once published, the model will appear in the **Public Models** tab of the **AI Projects** section.

<figure><img src="/files/k4nIK1uL7vnswZi130ze" alt=""><figcaption></figcaption></figure>

#### Using Public Models

To use a public model:

1. Open the **Public Models** tab in the **AI Projects** section.
2. Click **Add** next to the model you want to use.
3. The model will then appear under **Biodock AI Models** in the **Analysis** section.

<figure><img src="/files/8pJZRcMXwwG7tWaGfuYe" alt=""><figcaption></figcaption></figure>

> Note: You need to scroll down in the Analysis section to find the **Biodock AI Models** category.

<figure><img src="/files/N3V6xEOq0KQE78ts4zX8" alt=""><figcaption><p>Intestinal model here is the public model</p></figcaption></figure>


---

# 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.biodock.ai/ai-projects/public-ai-models.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.
