# Google Docs

AI agents can help you create, read, and edit Google Docs quickly. Here are the main things you can do, with examples:

### 1. Create documents

Start fresh with new docs.

Examples:

* Create a new blank document called “Meeting Notes”.
* Create a new document titled “Project Plan” and share it later with my team.

### 2. Open documents

Read or fetch content from existing docs.

Examples:

* Open my document “Meeting Notes” to read its content.
* Open my document “Project Plan” and return the title and body text only.

### 3. Update documents

Edit text, formatting, or structure.

Examples:

* Insert the sentence “Agenda: Budget Review” at the top of “Meeting Notes”.
* Replace all text “Project X” with “Project Y” in “Project Plan”.
* Make the first paragraph bold in “Meeting Notes”.


---

# Agent Instructions: 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://actlysai.gitbook.io/docs/supported-protocols-and-platforms/apps/google-docs.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.
