### React Native Setup for YourGPT Chatbot SDK Source: https://context7.com/yourgpt/docs/llms.txt Guides the setup process for integrating the YourGPT chatbot SDK into a React Native project. It includes installing necessary npm packages (@yourgpt/chatbot-reactnative and react-native-webview) and performing the iOS pod install. This enables cross-platform mobile chatbot functionality. ```bash # Install packages npm i @yourgpt/chatbot-reactnative npm i react-native-webview # iOS setup cd ios && pod install ``` -------------------------------- ### Links to YourGPT Agent Training Resources Source: https://github.com/yourgpt/docs/blob/main/chatbot/docs/getting-started/setup.md Directs users to guides and resources for training their AI agent. This includes general training guides and specific information on available training data sources. ```HTML ``` -------------------------------- ### Setup and Build Project with npm Source: https://github.com/yourgpt/docs/blob/main/chatbot/developer-guide/web-sdks/npm-package.md Instructions for setting up the development environment by cloning the repository, installing dependencies, and building the project. This process ensures all necessary files are prepared for development and testing. ```bash git clone https://github.com/YourGPT/web-sdk cd web-sdk npm install npm run build ``` -------------------------------- ### Embed YourGPT Setup Tour Video Source: https://github.com/yourgpt/docs/blob/main/chatbot/docs/getting-started/setup.md Embeds an instructional video tour for setting up YourGPT AI agents. This uses an iframe to display the video content, allowing users to follow along with the setup process visually. Ensure the iframe `src` points to a valid video URL. ```HTML