> For the complete documentation index, see [llms.txt](https://apps.embed-in.com/embed-your-google-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apps.embed-in.com/embed-your-google-docs/about-app.md).

# About app

Experience seamless integration by embedding and editing **Google Docs** directly within your monday.com workspace. With **Google Docs Viewer**, you can collaborate effortlessly in a unified environment that combines the powerful document creation capabilities of **Google Docs** with the intuitive project management tools of **monday.com**. Gain comprehensive insights and a holistic view of your projects and documents, all in one place.

**Key Features:**

* **Enhance Board Views:** Embed Google Docs directly into your board views, allowing you to view and edit documents alongside your project tasks.
* **Enrich Item Views:** Integrate Google Docs into your item views for deeper collaboration at a granular level, enabling more informed decision-making.
* **Elevate Dashboards:** Incorporate interactive Google Docs into your dashboards to communicate complex ideas and updates in an engaging and accessible manner.
* **Direct Editing:** Edit your Google Docs directly within monday.com without switching between platforms, streamlining your workflow and saving time.

This seamless integration empowers your team to collaborate more effectively, make data-driven decisions with confidence, and keep everyone aligned with the big picture. Transform your workflow by bringing together the best of **Google Docs** and **monday.com**.

|                                                            |                                                                                                                       |
| ---------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- |
| **How to install app?**                                    | [Installation](/embed-your-google-docs/installation.md)                                                               |
| **How to embed Google Docs file in monday.com board?**     | [Embed Google Docs in Board](/embed-your-google-docs/embed-google-docs-in-board.md)                                   |
| **How to embed Google Docs file in monday.com item?**      | [Embed Google Docs in Item](/embed-your-google-docs/embed-google-docs-in-item.md)                                     |
| **How to embed Google Docs file in monday.com dashboard?** | [Embed Google Docs in Dashboard](/embed-your-google-docs/embed-google-docs-in-dashboard.md)                           |
| **How to  get an embeddable Link from Google Docs?**       | [Getting an Embeddable Link from Google Docs](/embed-your-google-docs/getting-an-embeddable-link-from-google-docs.md) |
| **Pricing policy**                                         | [Pricing](/embed-your-google-docs/pricing.md)                                                                         |


---

# 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://apps.embed-in.com/embed-your-google-docs/about-app.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.
