> For the complete documentation index, see [llms.txt](https://biz-card.gitbook.io/bizcard/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://biz-card.gitbook.io/bizcard/getting-started/quickstart.md).

# Create Your AI BizCard

In this section, we’ll guide you through a few simple steps to help you easily create your personalized AI digital business card. This card will become your essential tool for managing contacts, networking, and showcasing your personal brand.

<table data-header-hidden><thead><tr><th width="158.7796630859375">Step</th><th>Details</th></tr></thead><tbody><tr><td><div><figure><img src="/files/TrhlDOhyrFzxYu7n2jaY" alt=""><figcaption></figcaption></figure></div></td><td><p><strong>Step 1: Fill in Basic Information</strong></p><p></p><p>● "Display Name": This is the name that will appear on your card. Emojis and duplicates are supported.</p><p>● "Profile Title": You can enter your job position (e.g., "Meta Marketing Manager") or personal tag (e.g., "Cycling Enthusiast", "Podcast Host").</p><p>● Note: You may take a photo of your paper business card. The system will automatically extract the information and quickly generate your digital card, which can be updated at any time.</p></td></tr><tr><td><div><figure><img src="/files/IS0fuAF7ziPQSGSWvIBq" alt=""><figcaption></figcaption></figure></div></td><td><p><strong>Step 2: Set Username</strong></p><p></p><p>● The username will be displayed in the card URL.</p><p>● It will be visible when sharing the card.</p></td></tr><tr><td><div><figure><img src="/files/BUjzqf4X9rMofhN8HkUb" alt=""><figcaption></figcaption></figure></div></td><td><p><strong>Step 3: Upload / Edit Avatar &#x26; Card Detail</strong></p><p></p><p>● Upload or modify your avatar, edit your display name and job title.</p><p>● You can use the AI image generation feature. When similarity is low or medium, the generated image will be more in line with the chosen style.</p><p>● You can preview the card in real time for easy adjustments.</p></td></tr><tr><td><img src="/files/yAZcaHL8uSAbd2U3Or5u" alt=""></td><td><p><strong>(Optional) Add Contact Info &#x26; Social Links</strong></p><p></p><p>● Contact Info: You can fill in your phone number, email, and other contact details. Once completed, visitors can contact you directly.</p><p>● Social Platform Links: Simply copy your profile URL from platforms such as LinkedIn or Instagram and paste it into the specified field. Once saved, a clickable link will appear on the card for easy access.</p></td></tr><tr><td><div><figure><img src="/files/2ndnQbjKsYPYHAiGNDBS" alt=""><figcaption></figcaption></figure></div></td><td><p><strong>(Optional) Enrich Your Card Content</strong></p><p></p><p>1. Video: Supports inserting YouTube video links (local upload is currently not supported). If you have a promotional video, upload it to YouTube first and paste the link here so users can view it directly.</p><p>2. Link: You can add your company website or an electronic brochure link generated through Docsend. After uploading via Docsend, viewers will need to enter their email to view it, which helps with tracking and lead management.</p><p>3. Image: If you have one-page promotional materials, you can click the “Add Image” icon to upload files locally. Once uploaded successfully, the image will be visually displayed on the card, enhancing professionalism and visual appeal.</p></td></tr><tr><td><div><figure><img src="/files/BWiafrZ2SOqf6qurygzd" alt=""><figcaption></figcaption></figure></div></td><td><p><strong>Step 4: Create &#x26; Edit AI Assistant</strong></p><p></p><p>● Edit the AI assistant’s name.</p><p>● Choose the primary language used by the assistant (multi-language supported).</p></td></tr><tr><td><div><figure><img src="/files/gEp2keRT6cWgrzXqcSp1" alt=""><figcaption></figcaption></figure></div></td><td><p><strong>Step 5: Complete Assistant Information</strong></p><p></p><p>● Instructions:</p><ul><li>Specify what tasks you want the agent to achieve during inbound calls.</li><li>For example, if you want the agent to act as your sales developmemt representative, you can write instructions like "Step 1: Ask and understand visitors intention; Step 2: Recommend client with approperiate product from knowledge base; Step 3: gather contact information;"</li></ul><p>● Personal Bio (optional): Your personal introduction. The agent will use it to introduce you.</p><p>● Company Intro (optional): Introduction of your company. The agent will use to it introduce your company.</p><p>● Knowledge Base (optional): You can upload via “Add Link” or “Add File” to create your knowledge base. Your agent will use provided knowledge to answer questions.</p></td></tr></tbody></table>


---

# 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://biz-card.gitbook.io/bizcard/getting-started/quickstart.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.
