# Designing with Reference Fields

Reference fields allow you to bring information from one CMS collection into another.

{% hint style="info" %}
If your collection items don’t include reference fields, make sure you’ve set them up correctly. See [*Creating Reference and Multi-Reference fields*](/create-pseo-pages/connecting-webflow/creating-reference-and-multi-reference-fields.md) for more information.
{% endhint %}

In Webflow, there are two types of reference fields:

* Single reference fields
* Multi-reference fields

Single reference fields are configured to link a single item from another collection. For example, if your blog collection is configured to reference a single author, you can select one name from the list of available authors.

They’re the simplest in theory and to work with in practice.

When you add an element to your page, click on the settings to add dynamic CMS content.

<figure><img src="/files/bFM7CiJtSLnd8QJT2YFo" alt=""><figcaption></figcaption></figure>

Single reference fields are available immediately. Select the field you want to add to the page, and the CMS will automatically determine which referenced item it should use to obtain the information.


---

# 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://docs.findable.au/create-pseo-pages/page-design/designing-with-reference-fields.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.
