1.4.1 Getting started with Brand Concierge
1.4.1.1 Brand Concierge overview
While configuring Brand Concierge, the 2 main elements you’ll be using are:
-
Agent Composer (Configuration Layer)
Purpose: The primary UI platform used to build and configure conversational AI experiences.
Key Responsibilities:
- Define and manage data sources and knowledge bases
- Set brand expression (tone, style, guardrails)
- Setup the meeting booking agent
-
Agent Orchestrator (Execution Engine)
Purpose: The reasoning and orchestration engine that interprets user requests and executes the appropriate agent actions.
Key Responsibilities:
- Interpret natural language user intents
- Generate and execute multi-step reasoning plans
- Select and invoke appropriate operators/tools
- Enforce brand context, compliance, and guardrails
- Coordinate multi-agent workflows
- Aggregate and compose responses from multiple data sources
-
Brand Concierge Conversation Runtime (Service Layer)
Purpose: The customer-facing conversational service layer that manages chat sessions, context, and client interactions.
Key Components:
- Web Agent (Client): Browser or mobile chat UI integrated using the Web SDK
- Conversation Service (Backend): Manages session state and acts as the orchestration gateway
Key Responsibilities:
- Manage user sessions and conversation transcripts
- Handle user authentication and profiles
- Route messages between the client and the Agent Orchestrator
- Persist conversation context
- Log behavioral and operational events to AEP for analytics
- Apply surface-specific configurations
1.4.1.2 Brand Concierge instance configuration
To start creating your own Brand Concierge instance, follow the below steps.
Go to https://experience.adobe.com/. Open Brand Concierge.
You should then see this. Click the sandbox selection menu. Choose the sandbox that has been assigned to you. That sandbox should be named techinsidersX (replace X by the number you’ve been assigned).
Next, fill out the following variables:
-
Company name: CitiSignal
-
concierge name:
CitiSignal Sales Assistant.
Enter the following text under What would you like the concierge to do?.
Brand Concierge should help customers find their best device, plan or entertainment deal. Brand Concierge should help users discover internet plans, entertainment deals, and help find the best available packages. Brand Concierge should also answer questions about devices such as phones and watches.
- Website link: provide the link to the website you’re using
Click Continue.
You should then see this. This information was generated using AI based on the input provided on the previous page. Review the oinformation and once you’re happy with it, click Generate concierge.
You should then see this. Click + Add next to product advisory for consumers.
You should then see this. Fill out the following fields using the below text.
What should the concierge know about the product or audience before making recommendations?
CitiSignal is a telecommunications company that sells devices such as phones and watches and that sells internet services such as their lead product CitiSignal Fiber Max. On top of that, CitiSignal sells entertainment services that offer premium streaming services at a discounted price. CitiSignal is targeting these 3 personas primarily: Smart Home Families, Online Gamers and Remote Professionals.
Are there any business rules or limitations the concierge should follow when making recommendations?
Prioritize positioning the CitiSignal Fiber Max offering.
Are there any specific keywords or phrases the concierge should follow or avoid?
Competitor pricing, competitor products
Click Save.
Click the arrow to go back to the previous screen.
Go to Knowledge Source and click Build your knowledge source.
Select Website links and click Continue.
You should then see this. Enter CitiSignal website as name for your knowledge source.
You now need to upload a csv file that contains the links of your website. Download CitiSignal website links CSV file to your desktop.
Click Browse Files.
Open the file citisignal-website-links.csv and update the links to point to your own CitiSignal website.
Select the file citisignal-website-links.csv that you just downloaded and edited. Click Open.
Your file is now added to this knowledge source. Click Add.
You should then see this. Click Build your knowledge source.
Select Product catalog and click Continue.
You should then see this. Enter CitiSignal Products as name for your knowledge source. Click Browse Files and then select Browse from your device.
You now need to upload a csv file that contains the links of your website. Download CitiSignal product catalog to your desktop and unzip it.
Select the file CitiSignal-catalog.json and click Open.
You should then see this. Click Add.
You’ll then be back here. Processing will take 10-20 minutes so you’ll have to come back here at a later stage to verify if processing was successful.
1.4.1.3 AEP onboarding steps
Brand Concierge uses Adobe Experience Platform to store interaction data from conversations. The connection between Brand Concierge and Experience Platform requires a datastream to be configured and used by Brand Concierge.
Datastream
Go to https://experience.adobe.com/. Open Experience Platform.
Ensure that you’ve selected the right sandbox, which should be named techinsidersX. In the left menu, scroll down and select Datastreams.
Click New Datastream.
Enter the Datastream Name --aepUserLdap-- - Brand Concierge and then select the Mapping Schema cja-brand-concierge-sb-XXX.
Click Save.
Your datastream is now configured. Copy the datastream name and the datastream id and write them down in a text file on your computer.
Datastream Config Management
The next step is to enable the Brand Concierge Configuration Management API to configure the datastream that you just created. This is required to resolve things like IMS Org ID and sandbox details during request processing.
Go to Home and then select Admin controls.
Go to Datastream Config Management and then click Add Config.
Paste the Datastream ID of the datastream that you created earlier. Click Save.
You should then see something like this.
1.4.1.4 Styling Config Management
Go to Styling Config Management. Click Initialize style config.
Enter the Brand Name CitiSignal and then click Initialize style config.
You should then see this.
1.4.1.5 Agent Orchestrator Manifest
Go to Update Manifest. You should then see this. Review the information in each field and make changes if needed. After making changes, click **Update Manifest.
1.4.1.6 Finish knowledge source setup
Go to Knowledge Sources. After 10-20 minutes, the Status of both knowledge sources should be Completed. Once the status is Success for both knowledge sources, click Home.
You should then see this. Click + Connect on the Website links card.
Select the knowledge source CitiSignal Website and click Save.
You should then see this. Click + Connect on the Product catalog card.
Select the knowledge source CitiSignal Products and click Save.
You should then see this. Click Preview to start interacting with your Brand Concierge.
You can now start asking questions related to the provided knowledge sources.
Enter the question what products do you sell? and click send.
You should then get a similar response back.
Your Brand Concierge instance is now ready to be implemented on your website.
Next Steps
Go to Implement Brand Concierge on your website
Go Back to Brand Concierge