> For the complete documentation index, see [llms.txt](https://docs.feedotter.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.feedotter.com/newsletters/content-sources/uberflip.md).

# UberFlip

1. In **UberFlip**, navigate to **Account Settings** > **Integration** > **REST API Credentials**.
2. Copy your **API Key** and **API Secret**.

<div align="left"><figure><img src="https://www.feedotter.com/wp-content/uploads/2020/04/uberflip-api-credentials.png" alt=""><figcaption><p>Copy your API Key and API Secret to save these in your FeedOtter account.</p></figcaption></figure></div>

Copy your API Key and API Secret to a memorable place.  We will paste these into your FeedOtter account.

3. Go to your **FeedOtter account** > **Settings** > **Content Sources** > select **New Content Source**.
4. Under **Platform** select **UberFlip** and give the content source a **name**.
5. Paste your **API Key** and **API Secret** in the boxes provided.
6. Click **Connect**. Then select which UberFlip stream you wish to use in FeedOtter.
7. Click **Save**.

You'll then be able to choose your UberFlip content to pull from when creating your newsletters.

<div align="left"><figure><img src="/files/4UTZq4kXHO1IU5e8vFkS" alt=""><figcaption><p>Add your UberFlip details to connect to FeedOtter.</p></figcaption></figure></div>

**More than one stream?** No problem, you can clone this content source and map multiple streams into your FeedOtter account. Now everything stays organized and you can route content to the right emails.

<div align="left"><figure><img src="https://www.feedotter.com/wp-content/uploads/2020/04/UberFlip-Select-a-Stream.png" alt=""><figcaption><p>UberFlip content streams available to connect to FeedOtter.</p></figcaption></figure></div>


---

# 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.feedotter.com/newsletters/content-sources/uberflip.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.
