> For the complete documentation index, see [llms.txt](https://quicly.gitbook.io/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://quicly.gitbook.io/help/bulk-conversion/data-grid-copy-paste.md).

# Data Grid Copy/Paste

## <mark style="color:orange;">Shorten urls with DataGrid copy/paste</mark>

The 'Bulk Convert' page defaults to the tabular data or data grid option. Shortening URLs with the data grid is a breeze. Copy a list of URLs from a spreadsheet or directly from browser tabs into the URL fields. The data grid allows you to convert a maximum of 25 URLs. Customize alias and title if needed. Click 'Convert,' and you're good to go.

<figure><img src="/files/cNW0fXtYPka5vBSPnkz8" alt=""><figcaption><p>Img 1 - Datagrid filled in with urls</p></figcaption></figure>

If there are no errors, the bulk conversion is completed and directed to dashboard page, where the urls components are available for further edits or sharing.

<figure><img src="/files/iUSyduFXTyorpaF2LqgZ" alt=""><figcaption><p>Img 2 - Shortened urls in the dashboard</p></figcaption></figure>

### <mark style="color:purple;">Common errors</mark>

&#x20;Common errors during datagrid bulk conversion include:

1. **Incorrect URLs:** Ensure all URLs are valid and include 'http\://' or 'https\://.'
2. **Invalid Alias:** Check that aliases consist of valid characters (0-9, a-z, A-Z, -, \_), have a length between 7 and 20 characters, and contain no spaces.
3. **Alias Already Exists:** Each alias must be unique within a specific domain.

When errors occur, the rows without errors will be successfully shortened, while the ones with errors will be displayed in the data grid, indicating the specific error type.&#x20;

Here is an example the errors during conversion:

<figure><img src="/files/Gf9W8QUPXzqqFbL0C8f6" alt=""><figcaption><p>Img 3 - Datagrid - Before conversion</p></figcaption></figure>

<figure><img src="/files/Un2S1TGQPzXave4qeIQs" alt=""><figcaption><p>Img 3 - Datagrid - Common errors during conversion</p></figcaption></figure>

Identify and address errors efficiently by checking the error type mentioned in the last column of the data grid. Correct any issues and then proceed with the conversion process


---

# 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://quicly.gitbook.io/help/bulk-conversion/data-grid-copy-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.
