> For the complete documentation index, see [llms.txt](https://resources.unizin.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://resources.unizin.org/products/content/unizin-engage/ereader-user-guide/copy-and-paste.md).

# Copy and Paste

### Copying & Pasting from Your eBook: <a href="#copyandpaste-copying-and-pastingfromyourebook" id="copyandpaste-copying-and-pastingfromyourebook"></a>

If your eBook has a copy/paste allowance, the process begins the same as highlighting! Click (or tap and hold your finger if you're using a touchscreen device), then drag over the words you'd like to copy.

In the task box that appears, click Copy Text.

<figure><img src="https://solve.redshelf.com/hc/article_attachments/15337610285723" alt=""><figcaption></figcaption></figure>

Copying cannot be undone. To notify you, the eReader presents a preview of the text to confirm you'd like to go through with the process. Click copy when you're sure!

\\

<figure><img src="https://solve.redshelf.com/hc/article_attachments/15337610328859" alt=""><figcaption></figcaption></figure>

When you copy what you need from your ebook, you will see a success box in the bottom left-hand corner letting you know that the portion you copied is located on your clipboard.

<figure><img src="https://solve.redshelf.com/hc/article_attachments/15337674873755" alt=""><figcaption></figcaption></figure>

***

### Reviewing Copied Content and Learning How To Paste: <a href="#copyandpaste-reviewingcopiedcontentandlearninghowtopaste" id="copyandpaste-reviewingcopiedcontentandlearninghowtopaste"></a>

To find what you have copied to your clipboard, you’ll want to click on copied content.

<figure><img src="https://solve.redshelf.com/hc/article_attachments/15337610333595" alt=""><figcaption></figcaption></figure>

Once you click on copied content, this window will open.

<figure><img src="https://solve.redshelf.com/hc/article_attachments/15337610310555" alt=""><figcaption></figcaption></figure>

Click on one of the drop-down menus and you will see what has been copied from your ebook.

<figure><img src="https://solve.redshelf.com/hc/article_attachments/15337674879515" alt=""><figcaption></figcaption></figure>

To paste, you’ll want to click the square in the top right-hand corner of the section that was copied from the book. Clicking that square will then let you (the user) know that the text has been copied.

<figure><img src="https://solve.redshelf.com/hc/article_attachments/15337674848539" alt=""><figcaption></figcaption></figure>

Go to your document or paper and then you'll be able to paste.


---

# 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://resources.unizin.org/products/content/unizin-engage/ereader-user-guide/copy-and-paste.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.
