> For the complete documentation index, see [llms.txt](https://swallow-1.gitbook.io/swallow/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://swallow-1.gitbook.io/swallow/build/step-builder/sharing-your-model.md).

# Sharing your model

In the top right of every project, you'll find a pair of options to share your model with others.

<figure><img src="/files/IEmRIqGOukbL1QmQ9aAw" alt="" width="384"><figcaption><p>Buttons for sharing your pricing model</p></figcaption></figure>

{% hint style="info" %}
**How can you use the Share Version tool?**

* Share your model pricing live with your team/stakeholders to trial, even if they’re non-technical
* Host the webform directly on your site if you don’t have the development capability to develop a form yourself to hit our API
* If you’re an MGA primarily working with brokers (who don’t work with APIs) you can host a form for them to input data into
  {% endhint %}

## Share your model

By clicking 'Share Version', you'll be able to share URLs with any other members of your project team.\
\
With one link, they can either experiment with your model through a form interface, and with the other link your development team can implement your model as a headless API with their own front-end interface.

<figure><img src="/files/C2oMFFBgCOmHd9BQFsyV" alt="" width="375"><figcaption><p>Share Project options dialogue</p></figcaption></figure>

## Try your model

By clicking 'Try Version', you'll be able to interact with your model by getting quotes through a form.&#x20;

<figure><img src="/files/NRcHPEAr23y4kZNHx2JW" alt="" width="375"><figcaption><p>Try Model Form</p></figcaption></figure>

Clicking the 'API' tab will allow you to view logs to see how the quote has been compiled. You can interrogate your quote in a range of languages, including Curl, command line interface (CLI), Node, Python and .NET, and copy any of these to share with your data team.&#x20;

<figure><img src="/files/XgFQrZVo3WT1FohBBXab" alt="" width="375"><figcaption><p>Explore model in code</p></figcaption></figure>

On the right-hand side of your quote, you can see the full results of the returned quote, based on your inputs. You'll see all of the [Broken mention](broken://pages/8tVSZ0NXAw5f5Er2moIo) fields you've set up in your step builder.

There will also be an amber banner to let you know if any of your inputs have been replaced by any defaults.

<figure><img src="/files/CjjLYTRLbI2QKyTKoqU5" alt="" width="370"><figcaption><p>Quote results</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, and the optional `goal` query parameter:

```
GET https://swallow-1.gitbook.io/swallow/build/step-builder/sharing-your-model.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.
