> ## Documentation Index
> Fetch the complete documentation index at: https://docs.creao.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Browser Use

> Automate your personal social accounts with stealth browsers, persistent login, and CAPTCHA solving.

Browser Use lets you control your personal accounts on social platforms like LinkedIn, Instagram, and X through the CREAO agent. The agent uses a stealth browser with anti-detection, residential proxies, and CAPTCHA solving — so platforms see a normal user, not a bot.

## How It Works

1. **Create a browser profile** — saves your login cookies so you only authenticate once
2. **Select the profile in chat** — the agent knows which account to use
3. **Tell the agent what to do** — it opens a live browser, navigates the site, and completes the task
4. **Watch in real time** — click the Live Browser link to see the agent working

<Note>
  Browser Use is designed for tasks that need your authenticated session — checking messages, posting updates, reviewing analytics. For general web searching, the agent uses its built-in web search tool instead.
</Note>

## Setting Up a Profile

You can create a browser profile in two ways:

<Tabs>
  <Tab title="From the chat (fastest)">
    Click the **globe icon** in the chat input bar. If you don't have any profiles yet, click **Create default profile** — a profile is created instantly and auto-selected.

    To create a named profile, click **Create profile**, type a name like "linkedin", and press Enter. The profile is created and selected in one step.

    <Frame caption="Creating a profile directly from the chat input bar">
      <img src="https://mintcdn.com/creaoagent/tv1weahZMn6m9siV/images/browser-use-profile-picker.jpg?fit=max&auto=format&n=tv1weahZMn6m9siV&q=85&s=574c7050d2ffdf35e200b2896cb57d07" alt="Globe dropdown showing Create default profile option" width="1024" height="546" data-path="images/browser-use-profile-picker.jpg" />
    </Frame>
  </Tab>

  <Tab title="From the Browsers page">
    Navigate to **Agent Brain > Browsers** in the sidebar and click the **Profiles** tab.

    <Frame caption="The Profiles tab where you manage your browser login profiles">
      <img src="https://mintcdn.com/creaoagent/tv1weahZMn6m9siV/images/browser-use-profiles-page.jpg?fit=max&auto=format&n=tv1weahZMn6m9siV&q=85&s=dd027485bcb40d67cbd01e881e03a373" alt="Browser profiles page showing the Profiles tab" width="1024" height="522" data-path="images/browser-use-profiles-page.jpg" />
    </Frame>

    Click **Create Profile** and give it a name that matches the service — for example, "linkedin" or "instagram". This creates an empty profile that will store your login cookies after you authenticate.
  </Tab>
</Tabs>

## Logging In for the First Time

When you first use a profile, you need to log in manually so the browser saves your session:

<Steps>
  <Step title="Select your profile in chat">
    Click the globe icon in the chat input bar and select your profile. If you just created one from the dropdown, it's already selected.
  </Step>

  <Step title="Ask the agent to open a session">
    Type something like "log into my LinkedIn account". The agent creates a browser session and shows a **Live Browser** card.
  </Step>

  <Step title="Open the live browser and log in">
    Click the Live Browser link. A new tab opens showing a cloud browser. Navigate to your service (e.g., linkedin.com) and log in with your credentials. Complete any 2FA if prompted.
  </Step>

  <Step title="Tell the agent you're logged in">
    Go back to the chat and tell the agent you've logged in. It will then save your session cookies to the profile by stopping the browser session.
  </Step>
</Steps>

After this one-time setup, your profile remembers the login. Future sessions start already authenticated — no need to log in again.

<Tip>
  Profiles expire after about 7 days as cookies naturally expire. If the agent reports that a session was redirected to a login page, just repeat the login step above.
</Tip>

## Using Browser Use in Chat

With your profile set up and selected, just describe what you want to do in natural language:

<Frame caption="The agent checking LinkedIn post engagement using Browser Use">
  <img src="https://mintcdn.com/creaoagent/tv1weahZMn6m9siV/images/browser-use-chat-flow.jpg?fit=max&auto=format&n=tv1weahZMn6m9siV&q=85&s=ade8567316c9b647bb7b35b9ddd454f8" alt="Chat showing the agent running a Browser Use task with live browser card" width="1024" height="955" data-path="images/browser-use-chat-flow.jpg" />
</Frame>

Example prompts:

* "Check my LinkedIn latest post engagement"
* "Read my LinkedIn messages and summarize them"
* "Post an update on my LinkedIn profile about our product launch"
* "Check my Instagram notifications"

The agent will:

1. Check for existing active sessions (reuses them if available)
2. Create a new session with your profile if needed
3. Show a **Live Browser** card so you can watch
4. Complete the task and report back

## Managing Sessions

Navigate to **Agent Brain > Browsers** and click the **Sessions** tab to see all your browser sessions.

<Frame caption="The Sessions tab showing active and stopped sessions">
  <img src="https://mintcdn.com/creaoagent/tv1weahZMn6m9siV/images/browser-use-sessions-page.jpg?fit=max&auto=format&n=tv1weahZMn6m9siV&q=85&s=0e87ae8a1039d007f674d5d3bd6a1298" alt="Sessions list with status, live view links, and actions" width="1024" height="464" data-path="images/browser-use-sessions-page.jpg" />
</Frame>

Active sessions show a **View** link that opens the live browser. You can stop sessions to save cookies or delete old ones to clean up.

Sessions auto-expire after 15 minutes if not stopped manually. The agent will create a new one when needed.

## What You Can Automate

Browser Use works with any website that requires login. Common use cases:

| Platform               | Example Tasks                                                                |
| ---------------------- | ---------------------------------------------------------------------------- |
| **LinkedIn**           | Check post engagement, read messages, send connection requests, post updates |
| **Instagram**          | View notifications, post stories, check follower analytics                   |
| **X (Twitter)**        | Read DMs, post tweets, check analytics                                       |
| **Facebook**           | Check page insights, respond to messages                                     |
| **Any logged-in site** | Navigate, extract data, fill forms, click buttons                            |

## Privacy and Security

* Your browser profile cookies are stored in Browser Use's cloud infrastructure, isolated per profile
* The CREAO platform never stores or sees your social media passwords
* Login happens in the live browser — you enter credentials directly, not through the agent
* Each profile is scoped to your user account — other users cannot access your profiles or sessions
* The Browser Use API key is stored server-side and never exposed to the agent sandbox
