> For the complete documentation index, see [llms.txt](https://penida.gitbook.io/cowlendar-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://penida.gitbook.io/cowlendar-help/how-to.../how-to-use-the-integration-feature/how-to-use-the-inline-widget-feature.md).

# How to use the Inline Widget feature?

In this guide you will learn how to apply the Cowlendar Calendar direclty into any page. This means that the entire calendar widget will show up on your page like below

### **Steps to use inline widget integration**

1. In the Shopify admin dashboard on the left panel click on **Apps**
2. Click on **Cowlendar**&#x20;
3. Click on **My Services**
4. On the specific service you want to display click on **More**
5. Click on **Custom Integration**

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

6. Inside of Custom Integrations **copy the inline widget code**&#x20;

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

7. In the Shopify admin dashboard on the left panel click on **Online Store**&#x20;
8. Click on **Themes**
9. In the main panel click on **Customize** to access your theme editor

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

10. Once in the theme editor go to the **page you want to place the calendar** in
11. On that page click on **Add Section** which is found in the left panel
12. Add the Custom Liquid section which can be found after clicking on **Add section**

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

13. Inside of the Custom Liquid section **paste the inline widget code** you copied earlier
14. Click **Save**

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

<figure><img src="/files/zRKB6KuBlhYI1WjJobEy" alt=""><figcaption><p>This is what an inline integration looks like</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://penida.gitbook.io/cowlendar-help/how-to.../how-to-use-the-integration-feature/how-to-use-the-inline-widget-feature.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.
