# Storyboard

The application we will be building is a simple chat application that has the following:

1. A simple list of `Channel`s that the user is a part of.
2. Clicking on the channel will open up the chat view.
3. You can send and receive messages from this channel in this view.

The storyboard (refer to`Main.storyboard`) contains a top-level `NavigationController` inside which is embedded the `ChannelListViewController` (shows a list of Channels) and `ChannelWindowViewController`. (the chat view)


---

# 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.mitter.io/getting-started/build-your-first-ios-app/storyboard.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.
