> For the complete documentation index, see [llms.txt](https://docs.findable.au/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.findable.au/create-pseo-pages/collections/creating-a-combo-collection.md).

# Creating a Combo Collection

Once you’ve created your basic collections, you can start to generate combo collections from your data.

Combo collections take the items from one collection and combine them with the items in another to create variations around your head term.

For example, if you’re planning to create pages that contain venue recommendations in different cities, you might create the following basic collections:

* `category` (Bar, Restaurant, Theatre, Pub)
* `location` (Sydney, Melbourne, Brisbane, Perth)
* `venues` (Joe’s Ol’ Timey Pub, McDonalds, Speak-e-z)

To create our combo pages, head to your collections menu, click ‘New’, and select ‘New Combo Collection’.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdKnyjxZJTa4OoscqKb4m1BUaHpxPaL7FGs6iox0jxg-4LbaEE0ncqMmo_MYAiT0OjagH1A3YGIyc5Bisuop7bsG7Cz1fq3B_ZHoi_3SiiZ4b-dgtFvr4ZDNhWsQnwYqcz5beHc4A?key=qZLMsj6pTYNc6US2FRF4Y9la" alt=""><figcaption></figcaption></figure>

You can also toggle between regular collections and combo collections by clicking the icon in the collection creation menu.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfgCxr2lRhGBlO4TqFkbKcsLUJLgp6DyGup1Rw7g6eKJj3T6w_gdeKPqbFMIrdYrIL1FsG5PeKxSB_q3QDeQVyi0LkrsyoxFuwRQ5xiRhb12qevcz9t1DEP-IyNkvtSvHzyW0R1?key=qZLMsj6pTYNc6US2FRF4Y9la" alt=""><figcaption></figcaption></figure>

Next, select the collections you want to combine.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdFxm1v4tp127Yxd5mW7aeyGtPZ-yloch-D7lCCfgtvafBEE_3Y4JZrW1kNnUOUGb8YjfzvFvwLOuuyYVBhYHFvNZ14pFgCHQ4-4yD_NRXqvBLWCNKQ4LFHqIEaqSFkQo92Iora?key=qZLMsj6pTYNc6US2FRF4Y9la" alt=""><figcaption></figcaption></figure>

Findable will iterate through your collections to create new combo items. In our example, we’re combining 7 categories with 4 cities, giving us 28 unique items in our combo collection.

Next, create a template for naming your combo pages. Use the `@` symbol to bring up a context menu that connects to your fields. This is where you define your head term (effectively your page title).

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcra1Filjryv6UIGjnSXhcRSEWNmWYhStJuOBUfALcTC8ZlU70f7xDNsNN9za1Nj24YHhsEe9iAhWzYOZKy4UX0FrWkOw_vVqUhOLwGWWjQmUIVpcRSQiCOcMgkoWSAMsf523prxA?key=qZLMsj6pTYNc6US2FRF4Y9la" alt=""><figcaption></figcaption></figure>

In our case, we want to create pages for our head term `Top {venue type} in {location}`.

To do so, we tag our category and location.

The output would give us pages like:

* `Top bars in Melbourne`
* `Top bars in Sydney`
* `Top restaurants in Sydney`
* `Top theatres in Brisbane`

Once you’ve created your combo collection, add fields as you normally would and finish building out the content for your pages.


---

# 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://docs.findable.au/create-pseo-pages/collections/creating-a-combo-collection.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.
