> For the complete documentation index, see [llms.txt](https://docs.aloop.icustomer.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aloop.icustomer.ai/getting-started/quick-start-b2b.md).

# Quick start: B2B

B2B in your first thirty minutes: from your domain to a first play approved, with its reasoning on record.

Thirty minutes, no admin rights, no data engineering. The goal is one arc: see your audience, approve one play, and read the reasoning behind it.

{% stepper %}
{% step %}

### Paste your domain

Sign up and give [iHarness](/iharness/what-it-does.md), the AI you will work with, your company URL. It researches your business and drafts your **ABC Card**: your Audience, Brand, and Competition, every claim with its source.
{% endstep %}

{% step %}

### Confirm your card and goal

Fix anything that is off and confirm. Your goal is captured at sign-up and reflected on the card with a provisional target. Confirmation is the one hard gate; everything after builds on it.
{% endstep %}

{% step %}

### Connect your CRM, or skip it

Connect HubSpot or Salesforce and your real customers sharpen everything. No CRM handy? Start from market data; the connection can come later without redoing anything.
{% endstep %}

{% step %}

### Meet your audience

iHarness sizes your market, finds the right accounts and the right people at them, and scores everything with [FIRE](/audience/fire-scoring.md), reasons attached.
{% endstep %}

{% step %}

### Approve your first play

You get your audience and ready-to-run play proposals. Pick one, review what it will do and what it needs, and approve. Nothing runs without you.
{% endstep %}

{% step %}

### Read the receipt

Open the decision behind the play: what it saw, what it chose, what it expects. That receipt is the habit worth building; everything in the platform answers "why?"
{% endstep %}

{% step %}

### Install your pixel

One async tag on your site reveals who is visiting by name and closes the measurement loop. Everything above works without it; with it, your decision traces carry the visitor evidence they would otherwise lack. See [Events and pixels](/integrations/events-and-pixels.md).
{% endstep %}
{% endstepper %}

From here, the loop is live: it keeps your context fresh, watches your audience, and raises a hand in [Pulse](/pulse/queue.md) when something needs you.


---

# 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.aloop.icustomer.ai/getting-started/quick-start-b2b.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.
