> 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/publish-your-docs.md).

# Doc Sharing & AI Presenter

**Simple Introduction:** Your agent can deliver PDF presentations with your voice and AI-generated narration, and gather visitor's contact info.

**Demo:** <https://card.biz/HunterLee/doc/IpixHdOUAKcahrWAnnStE0SvYZF6jy9v>

**How it works:**

<table data-header-hidden><thead><tr><th width="96.66668701171875"></th><th></th></tr></thead><tbody><tr><td>Step 1</td><td>On your desktop, login via http://card.biz/login</td></tr><tr><td>Step 2</td><td>Go to Documents tab, and click import with AI Presenter<img src="https://dyna.sg.larksuite.com/space/api/box/stream/download/asynccode/?code=MzYyYjFhNWZjYjE0ODM1ODljMzNkMDY0ZDljYjA0MDRfcGdTbTdPMFhHYzBJNHBhS0tYc0Zyb0FqZlNtcEFvYU1fVG9rZW46Q3I3TWJjajVJb2ZjMEl4bTJtMGxyVWlRZ1FjXzE3NDMxNDg0MDI6MTc0MzE1MjAwMl9WNA" alt=""></td></tr><tr><td>Step 3</td><td>Upload a PDF file and continue. It usually takes 60s to generate the scripts of a 20 page PDF.<img src="https://dyna.sg.larksuite.com/space/api/box/stream/download/asynccode/?code=MWQ4YzI2OTg5NTQ1NGI1MWY3MzMwM2M4YzZmMTQ3MDBfSm5idlUwN2RuUjFOWFFVTkxhampwWEUwMm5vUFAweFFfVG9rZW46SGpPMGJIbTlhb0RDNEt4WjlaQmxydlppZ01oXzE3NDMxNDg0MDI6MTc0MzE1MjAwMl9WNA" alt=""></td></tr><tr><td>Step 4</td><td>When the AI finishes generating scripts, you can view, edit, let AI optimize it.When you feel that all scripts are good, you can click the top right button "Generate Voiceover" <img src="https://dyna.sg.larksuite.com/space/api/box/stream/download/asynccode/?code=NTNkOGIzODQ2ODYzYWViMmQ5ZTZiM2M5OWQ1MTExM2ZfSTZXWWJsUW1KbmFxUzdub3JuTWtSR1VIQ2NHVlVvRUxfVG9rZW46RTNERmJwcURvb0dWbG14U25sVmxGRlNjZ0xiXzE3NDMxNDg0MDI6MTc0MzE1MjAwMl9WNA" alt=""></td></tr><tr><td>Step 5</td><td><p>Then, you will see our system generating the voiceover.When it's done, you will receive a notification. You can click the "Copy Link" button to get the link like the one in the demo </p><p><a href="https://card.biz/HunterLee/doc/IpixHdOUAKcahrWAnnStE0SvYZF6jy9v">https://card.biz/HunterLee/doc/IpixHdOUAKcahrWAnnStE0SvYZF6jy9v</a></p><p><img src="https://dyna.sg.larksuite.com/space/api/box/stream/download/asynccode/?code=YTlmOTRjMDc0Yzc4MmExZDhjZDQ3OGYzZmUyNmU4ZDRfZ0hza2o1enZwQk1QMDNwMUNoRHRaVGxRZnZDcTF3bzlfVG9rZW46QXkxVmJkMW9Rb2doVHp4dlVKMWx0amNaZzZjXzE3NDMxNDg0MDI6MTc0MzE1MjAwMl9WNA" alt=""></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/publish-your-docs.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.
