# Adding blocks

There are many ways to get content into Are.na. Let's look a few of the ways below.

***

### Dragging files into a channel

You can select files from your computer and drag them straight into a channel.

<figure><img src="https://3477914774-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYHdbQfmTtGrkgTWzb7VG%2Fuploads%2FbuSlNdt2B1HsI8hakqST%2Fdragging-are.na.gif?alt=media&#x26;token=9aceb8ca-be2a-455b-9a02-e72db453f48c" alt=""><figcaption></figcaption></figure>

### Pasting text

You can also paste text directly into the "Add Block" prompt at the top left of your channel. We support [Markdown for formatting](#formatting-text).

<figure><img src="https://3477914774-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYHdbQfmTtGrkgTWzb7VG%2Fuploads%2FT2PfDfRUcByjIXEZ1UEw%2Fpasting-text-are.na.gif?alt=media&#x26;token=8ae5fcb3-f7ee-4236-9aef-758eaff58635" alt=""><figcaption></figcaption></figure>

### Pasting a URL

If you paste a URL to an image, a webpage, a YouTube link, a Vimeo, a Soundcloud, etc, we will automatically figure out what to do with it.&#x20;

<figure><img src="https://3477914774-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYHdbQfmTtGrkgTWzb7VG%2Fuploads%2FUpGNRf6zZ0S50uEhkBAP%2Fpasting-URL.gif?alt=media&#x26;token=1faf5faa-2cd5-4fa3-bf21-78b75cd11535" alt=""><figcaption></figcaption></figure>

### Formatting text

&#x20;We support markdown to format text in text blocks. See the cheatsheet below, but there is a little inline cheatsheet on Are.na  if you click the "FORMATTING"  button.

<figure><img src="https://3477914774-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYHdbQfmTtGrkgTWzb7VG%2Fuploads%2FlVpqyvGhvPHRYYZpvb00%2FScreenshot%202024-01-22%20at%205.59.53%E2%80%AFPM.png?alt=media&#x26;token=80332b37-2bca-4993-bcf5-cc9f8f2ee837" alt=""><figcaption><p>Look for this button to display Markdown cheatsheet</p></figcaption></figure>

<pre><code>Italic
*italic* or _italic_
<strong>
</strong><strong>Bold
</strong>**bold** or __bold__

Combined
**bold and _italic_**

Horizontal rule
---

Strikethrough
~~strike this~~

Highlighted
==highlighted==

Ordered list
1. List item

Unordered list
- List item

Links
[link text](link URL)

Inline code
`code`

Multiline code
```multiline code```

Blockquote
> I'm a quote

Headers
# h1 
## h2 
### h3 
#### h4 
</code></pre>

### Using the browser extension

We have browser extensions for Chrome (and any Chrome-like browser), Firefox, and Safari.  This is the best way to save content while you're browsing the Internet. See [browser-extension](https://help.are.na/docs/getting-started/browser-extension "mention").

### Limitations

Image uploads are limited to 50MB and video files are limited to 250MB.

### Content guidelines

For questions about what content is acceptable on Are.na, please see our [community guidelines](https://www.are.na/community-guidelines).


---

# 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://help.are.na/docs/getting-started/blocks/adding-blocks.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.
