> For the complete documentation index, see [llms.txt](https://docs.bravostudio.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bravostudio.app/get-started/help-and-tutorials/app-cases/bravo-app-kit-expedition-journals.md).

# Expedition journal: Write and share your adventures

This app shows a list of expeditions from an expedition team and a journal feed that tracks their journey. Here is how you can create it yourself.

{% embed url="<https://dl.airtable.com/.attachments/1fad6183eb9b2bd3f08687a873e46b80/5168d993/expedition-bravo.mp4>" %}

## :sparkles:Features

* [Lottie animation](/bravo-tags/components/component-lottie.md) as header
* Autoplay video as header background
* List & detail of expeditions from an Airtable spreadsheet
* Interactive Google Street Views
* Send journal entries via a Typeform
* List of journal entries from Airtable spreadsheet

## Resources

### :point\_right:**Design file: Figma**

Duplicate this Figma file into your account and import it into Bravo directly!

**Includes**

* Containers setup
* Bravo Tags in layer names
* Prototype links for navigation

{% embed url="<https://www.figma.com/community/file/1022541708893076578/Bravo-Sample%3A-Expedition-journal>" %}

###

### :point\_right:**Data source: Airtable**

Open the Airtable and click `Copy Base` to duplicate to your account.

**Includes**

* One table for the list of Expeditions
* One table for the list of journal entries

{% embed url="<https://airtable.com/shrg1zsgptawMTYNW>" %}

### :point\_right:**User input channel: Typeform**

This is the Typeform we embedded in the app to allow users to create journal entries to the Airtable. Connect it to your copy of the Airtable under the tab `Connect`

{% embed url="<https://codelesslabs.typeform.com/to/pJ4Q88>" %}

![](/files/-MhXaUcrW4O8UW7HuG2l)

{% hint style="success" %}
Even though we'll use Airtable here as our data source, you can use any other third-party tool you wish to store the data.
{% endhint %}

## :construction\_site: How to build it

Watch our webinar that takes you through building the Expedition app step-by-step 🙌

{% embed url="<https://www.youtube.com/watch?v=sk-ZniZiGAk&t=187s>" %}

Happy Bravorizing! 🎉


---

# 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.bravostudio.app/get-started/help-and-tutorials/app-cases/bravo-app-kit-expedition-journals.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.
