> ## Documentation Index
> Fetch the complete documentation index at: https://relevanceai.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Append Text

> The Append Text tool step allows you to append text to a Google Doc

## Add the ‘Append Text’ Tool step to your Tool

<div style={{ width:"96%",position:"relative",paddingTop:"60%" }}>
  <iframe src="https://app.supademo.com/embed/cmehv3pro944dh3pyxzdh84th?embed_v=2&utm_source=embed" frameBorder="0" title="Add the Append Text Tool step to your Tool" allow="clipboard-write; fullscreen" webkitAllowFullscreen="true" mozAllowFullscreen="true" allowFullscreen style={{ position:"absolute",top:0,left:0,width:"100%",height:"100%",border:"3px solid #5E43CE",borderRadius:"10px",objectFit:"cover" }} />
</div>

You can add the ‘Append Text’ Tool step to your Tool by:

1. Creating a new Tool, then searching for the ‘Append Text’ Tool step
2. Click ‘Expand’ to see the full Tool step
3. Select the account you would like to use
4. Select the document you would like to append text to.
5. Enter the text you would like to append to the document.
6. Check whether you would like to append at the beginning of the document.
7. Click 'Run step' to test out the Tool

## Parameters

<ParamField path="Document" type="string" required>
  The document you would like to append text to. You can get the document ID from the URL of the document between `/d/` and `/edit`.
</ParamField>

<ParamField path="Text" type="string" required>
  The text you would like to append to the document.
</ParamField>

<ParamField path="Append at beginning" type="boolean">
  When this option is checked, the text will be prepended to the beginning of the document.
</ParamField>

## Frequently asked questions (FAQs)

<AccordionGroup>
  <Accordion title="Can I append formatted text (bold, italic, lists, etc.)?">
    With the default template, you can only append plain text. However you can use this tool [Add/Update any content to Google Doc](https://app.relevanceai.com/marketplace/f1db6c/d64db999bc25-4ea0-b926-30b350f69243/search?search=Add/Update+any+content+to+Google+Doc\&listing=e0a51c06-dccc-4eea-b8bc-40331ec41fbd) as a workaround to append formatted text.
  </Accordion>

  <Accordion title="Can I append text to a specific section of the document?">
    Currently, you can only append text to the beginning or end of the document.
  </Accordion>
</AccordionGroup>
