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

# Chat

> Instructors and limitations for Narrative Buddy and how it responds.

## Crafting the Narrative

NB2 is designed to take your inputs and provide structured narratives that better fit what you want to communicate. The inputs themselves can be statements, bullets, or general blurbs about activities, achievements, or challenges (e.g. "Led a team meeting focused on productivity improvements). After submitting your input, NB2 will process it to provide a structured statement for your review and editing. Each "Workshop" is built to develop a single narrative, which enables the user to sort and manage statements efficiently.

### Crafting the narrative

<AccordionGroup>
  <Accordion icon="rectangle-terminal" title="Freeform Input ">
    We would include a free form picture here.
  </Accordion>

  <Accordion icon="rectangle-terminal" title="Bullet Input">
    We would include a bullet form picture here.
  </Accordion>
</AccordionGroup>

### Common Usecase Problems

<AccordionGroup>
  <Accordion icon="message-bot" title="Statement Lengths">
    Large Language Models aren't great at character counting, so there is a little song and dance to making it work.
    `Can you make the statement longer OR can you make the statement shorter`
  </Accordion>

  <Accordion icon="rocket" title="Another bug">
    ```java NewBug.java theme={null}
        public static void somedayWeWill(Find[] anotherBug) {
            int currentBugCount = 0;
            return currentBugCount;
        }
    ```
  </Accordion>
</AccordionGroup>

## Update your docs

Add content directly in your files with MDX syntax and React components. You can use any of our components, or even build your own.

<CardGroup>
  <Card title="Style Your Docs" icon="paintbrush" href="/settings/global">
    Add flair to your docs with personalized branding.
  </Card>

  <Card title="Add API Endpoints" icon="square-code" href="/api-playground/configuration">
    Implement your OpenAPI spec and enable API user interaction.
  </Card>

  <Card title="Integrate Analytics" icon="chart-mixed" href="/analytics/supported-integrations">
    Draw insights from user interactions with your documentation.
  </Card>

  <Card title="Host on a Custom Domain" icon="browser" href="/settings/custom-domain/subdomain">
    Keep your docs on your own website's subdomain.
  </Card>
</CardGroup>
