# Google Docs - Create document action
The Create document action creates a new document with the provided text in a simple paragraph format.
# Input
| Input field | Description |
|---|---|
| Title | Specify the title of the document you plan to create. |
| Body | Specify the body of the document you plan to create. |
# Output
| Output field | Description |
|---|---|
| Document ID | Unique identifier for the document. |
| Title | Title of the document. |
| Body | Content of the document. |
| Document style | Overall style settings for the document. |
| Background color | Background color of the document. |
| RGB color | Color values defined in RGB. |
| Red | Red component of the RGB color. |
| Green | Green component of the RGB color. |
| Blue | Blue component of the RGB color. |
| Page number start | The starting page number. |
| Margin top | Top margin size. |
| Magnitude | Numeric value representing the size. |
| Unit | Unit of measurement, such as PT for points. |
| Margin bottom | Bottom margin size. |
| Margin right | Right margin size. |
| Margin left | Left margin size. |
| Page size | Dimensions of the page. |
| Margin header | Size of the header margin. |
| Margin Footer | Size of the footer margin. |
| Use custom header footer margins | Boolean flag indicating if custom header/footer margins are used. |
| Named styles | Predefined named styles. |
| Styles | Specific style settings. |
| Revision ID | ID representing a specific document revision. |
| Suggestions view mode | Display mode for document suggestions, such as INLINE. |
Last updated: 5/21/2025, 5:22:32 AM