flowchart TD
    A(Prompt) --> B(Foundation Model)
    B --> C(Model Customization)
    C --> D(Access External Information)
    D --> E(Citation Check)
    E --> F(Responsible AI & Safety)
    F --> G(Response)

  %% Interactions
    click A href "#prompt" "Learn about prompting"
    click B href "#foundation-models" "Explore foundation models"
    click C href "#model-customization" "Learn about model customization"
    click D href "#access-external-information" "Learn how to access external information"
    click E href "#citation-check" "Learn about citation checks"
    click F href "#responsible-ai-and-safety" "Learn about Responsible AI and safety features"
    click G href "#response" "Learn about model responses"