# MyShell

## English

- [About MyShell](https://docs.myshell.ai/about.md): Welcome to MyShell!
- [What is MyShell](https://docs.myshell.ai/about/what-is-myshell.md)
- [MyShell in a Nutshell](https://docs.myshell.ai/about/in-a-nutshell.md): MyShell explained in an easy-to-understand way
- [Quickstart](https://docs.myshell.ai/about/quickstart.md)
- [Explore AI Agents](https://docs.myshell.ai/explore.md)
- [Image Generation](https://docs.myshell.ai/explore/image-generation.md)
- [Video Generation](https://docs.myshell.ai/explore/video-generation.md)
- [Meme Generation](https://docs.myshell.ai/explore/meme-generation.md)
- [Role-Playing Game](https://docs.myshell.ai/explore/role-playing-game.md)
- [Character](https://docs.myshell.ai/explore/character.md)
- [Utility](https://docs.myshell.ai/explore/utility.md)
- [Create AI Agents](https://docs.myshell.ai/create.md)
- [Classic Mode](https://docs.myshell.ai/create/classic-mode.md)
- [Enhanced Prompt](https://docs.myshell.ai/create/classic-mode/advanced-definition.md)
- [Knowledge Base](https://docs.myshell.ai/create/classic-mode/knowledge-base.md)
- [Telegram Integration](https://docs.myshell.ai/create/classic-mode/claim-your-own-telegram-bot.md)
- [Pro Config Mode](https://docs.myshell.ai/create/pro-config-mode.md)
- [Core Concepts](https://docs.myshell.ai/create/pro-config-mode/core-concepts.md)
- [Tutorial](https://docs.myshell.ai/create/pro-config-mode/tutorial.md)
- [Tutorial Structure](https://docs.myshell.ai/create/pro-config-mode/tutorial/tutorial-structure.md)
- [Hello World with Pro Config](https://docs.myshell.ai/create/pro-config-mode/tutorial/hello-world-with-pro-config.md)
- [Building Workflow](https://docs.myshell.ai/create/pro-config-mode/tutorial/building-workflow.md)
- [Transitions](https://docs.myshell.ai/create/pro-config-mode/tutorial/transitions.md)
- [Expressions and Variables](https://docs.myshell.ai/create/pro-config-mode/tutorial/expressions-and-variables.md)
- [Integration with Any Widget](https://docs.myshell.ai/create/pro-config-mode/tutorial/integration-with-any-widget.md)
- [An Advanced Example](https://docs.myshell.ai/create/pro-config-mode/tutorial/an-advanced-example.md)
- [Basic](https://docs.myshell.ai/create/pro-config-mode/basic.md)
- [Common](https://docs.myshell.ai/create/pro-config-mode/basic/common.md)
- [Atomic State](https://docs.myshell.ai/create/pro-config-mode/basic/atomic-state.md)
- [Transition](https://docs.myshell.ai/create/pro-config-mode/basic/transition.md)
- [Automata](https://docs.myshell.ai/create/pro-config-mode/basic/automata.md)
- [Modules](https://docs.myshell.ai/create/pro-config-mode/basic/modules.md)
- [Advanced](https://docs.myshell.ai/create/pro-config-mode/advanced.md)
- [Cron Pusher](https://docs.myshell.ai/create/pro-config-mode/advanced/cron-pusher.md)
- [Neutral Language To SD Prompt](https://docs.myshell.ai/create/pro-config-mode/advanced/neutral-language-to-sd-prompt.md)
- [Advanced Input Validation](https://docs.myshell.ai/create/pro-config-mode/advanced/advanced-input-validation.md)
- [Advanced Memory Manager in Prompt Widget](https://docs.myshell.ai/create/pro-config-mode/advanced/advanced-memory-manager-in-prompt-widget.md)
- [Tools](https://docs.myshell.ai/create/pro-config-mode/tools.md)
- [AutoConfig Agent](https://docs.myshell.ai/create/pro-config-mode/tools/autoconfig-bot.md)
- [Cache Mode](https://docs.myshell.ai/create/pro-config-mode/tools/cache-mode.md)
- [Knowledge Base Agent](https://docs.myshell.ai/create/pro-config-mode/tools/knowledge-base-bot.md)
- [Crawler Widget](https://docs.myshell.ai/create/pro-config-mode/tools/crawler-widget.md)
- [Example](https://docs.myshell.ai/create/pro-config-mode/example.md)
- [Function Calling Example](https://docs.myshell.ai/create/pro-config-mode/example/function-calling-example.md): Functional Calling can be a very useful technique to obtain structured output from an LLM. We can find detailed documentation about function-calling in the following two reference.
- [Random Routing Example](https://docs.myshell.ai/create/pro-config-mode/example/random-routing-example.md): Thanks @Borsuc to provide this example!
- [PepeTalk](https://docs.myshell.ai/create/pro-config-mode/example/pepetalk.md)
- [Homeless With You](https://docs.myshell.ai/create/pro-config-mode/example/homeless-with-you.md)
- [Random Routing](https://docs.myshell.ai/create/pro-config-mode/example/random-routing.md)
- [Function Calling](https://docs.myshell.ai/create/pro-config-mode/example/function-calling.md)
- [API Reference](https://docs.myshell.ai/create/pro-config-mode/api-reference.md)
- [Atomic State](https://docs.myshell.ai/create/pro-config-mode/api-reference/atomic-state.md)
- [Transition](https://docs.myshell.ai/create/pro-config-mode/api-reference/transition.md)
- [Automata](https://docs.myshell.ai/create/pro-config-mode/api-reference/automata.md)
- [Context](https://docs.myshell.ai/create/pro-config-mode/api-reference/context.md)
- [Module](https://docs.myshell.ai/create/pro-config-mode/api-reference/module.md)
- [AnyWidget Module](https://docs.myshell.ai/create/pro-config-mode/api-reference/module/anywidget-module.md)
- [Prompt Widget](https://docs.myshell.ai/create/pro-config-mode/api-reference/module/anywidget-module/prompt-widget.md)
- [LLM Widget](https://docs.myshell.ai/create/pro-config-mode/api-reference/module/anywidget-module/llm-widget.md)
- [TTS Widget](https://docs.myshell.ai/create/pro-config-mode/api-reference/module/anywidget-module/tts-widget.md)
- [Code Runner Widget](https://docs.myshell.ai/create/pro-config-mode/api-reference/module/anywidget-module/code-runner-widget.md)
- [Melo TTS](https://docs.myshell.ai/create/pro-config-mode/api-reference/module/anywidget-module/melo-tts.md)
- [Age Transformation](https://docs.myshell.ai/create/pro-config-mode/api-reference/module/anywidget-module/age-transformation.md)
- [ChatImg](https://docs.myshell.ai/create/pro-config-mode/api-reference/module/anywidget-module/chatimg.md)
- [GIF Generation](https://docs.myshell.ai/create/pro-config-mode/api-reference/module/anywidget-module/gif-generation.md)
- [Music Generation](https://docs.myshell.ai/create/pro-config-mode/api-reference/module/anywidget-module/music-generation.md)
- [LLM Module](https://docs.myshell.ai/create/pro-config-mode/api-reference/module/llm-module.md)
- [LLM Function Module](https://docs.myshell.ai/create/pro-config-mode/api-reference/module/llm-function-module.md)
- [TTS Module](https://docs.myshell.ai/create/pro-config-mode/api-reference/module/tts-module.md)
- [Google Search Module](https://docs.myshell.ai/create/pro-config-mode/api-reference/module/google-search-module.md)
- [Widgets](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets.md)
- [Bark TTS](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/7-bark-tts.md): Runs TTS with Bark.
- [Champ](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/10-champ.md): Animate the character in the image to dance with the pre-defined guidance.
- [CoinGecko](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/40-coingecko.md): Obtain price feed, market data, and historical data of crypto assets
- [ControlNet with Civitai](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/56-controlnet-with-civitai.md): Stable Diffusion with ControlNet
- [Crawler](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/9-crawler.md): A naive crawler for website. Return raw content in markdwon format.
- [Crypto News](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/47-crypto-news.md): Obtain ticker and general crypto news
- [Data Visualizer](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/36-data-visualizer.md): Visualize data in line/scatter/histogram automatically
- [Email Sender](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/54-email-sender.md): Email sender
- [Google Flight Search](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/17-google-flight-search.md): Google Flight Search. Given a search query, return the searched flight information
- [Google Hotel Search](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/16-google-hotel-search.md): Google Hotel Search. Given a search query, return the searched hotel information.
- [Google Image Search](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/15-google-image-search.md): Google Image Search. Given a search query, return the searched images information including image urls, descriptions and image shape.
- [Google Map Search](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/46-google-map-search.md): Google Map Search. Given a search query, return the searched google map information
- [Google News Search](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/18-google-news-search.md): Google News Search. Given a search query, return the searched news.
- [Google Scholar Search](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/19-google-scholar-search.md): Google Scholar Search. Given a search query, return the searched google scholar information
- [Google Search](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/14-google-search.md): Google Search. Given a search query, return the searched results including title, link, and content of each item.
- [GroundedSAM](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/11-groundedsam.md): GroundedSAM takes an input image and prompt to generate a language-guided mask.
- [Image Text Fuser](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/72-image-text-fuser.md): Image Text Fuser
- [Information Extractor - OpenAI Schema Generator](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/39-information-extractor----openai-schema-generator.md): Generate Schema of structural data based on your description
- [Information Extractor](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/22-information-extractor.md): Information Extractor, make you data structural.
- [Instagram Search](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/43-instagram-search.md): Search Instagram to find text, images, and videos.
- [JSON to Table](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/33-json-to-table.md): JSON to Table (csv, tsv, excel) Converter
- [LinkedIn](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/49-linkedin.md): Find verified emails and scrape data directly on LinkedIn
- [MS Word to Markdown](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/31-ms-word-to-markdown.md): MS Word to Markdown Converter
- [Markdown to MS Word](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/34-markdown-to-ms-word.md): Markdown to MS Word Converter
- [Markdown to PDF](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/35-markdown-to-pdf.md): Markdown to PDF Converter
- [Mindmap Generator](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/44-mindmap-generator.md): Transform written content into organized, visual mindmaps with ease, enhancing understanding and brainstorming.
- [Notion Database](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/23-notion-database.md): Query a public Notion database, supporting both basic information and SQL query.
- [OCR](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/4-ocr.md): Given a image containing text. return the text in the images
- [Pdf to Markdown](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/8-pdf-to-markdown.md): Turn pdf file into text
- [RMBG](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/12-rmbg.md): RMBG, automatic background removal, helps with image background removal
- [Stabel-Video-Diffusion](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/13-stabel-video-diffusion.md): Stable-video-diffusion takes an input image and other adjustment parameters to generate a dynamic video based on a static image.
- [Stable Diffusion Inpaint](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/26-stable-diffusion-inpaint.md): Use any diffusion model on Civitai to inpaint the mask region of your image!
- [Stable Diffusion Recommend](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/24-stable-diffusion-recommend.md): Given a description, recommend Stable Diffusion models and loras
- [Stable Diffusion Transform](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/25-stable-diffusion-transform.md): Transform images using the specified model ID from Civitai. With the given prompt and model, enable to transform the image based on the initial image.
- [Stable Diffusion Upscale](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/27-stable-diffusion-upscale.md): Upscale the initial image to given shape. You can choose to restore the face within the image by turn up the visibility of gfpgan and codeformer (with upscaling\_resize\_ratio to 1)
- [Stable Diffusion with 6 fixed category](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/2-stable-diffusion-with-6-fixed-category.md): Lazy version of Stabel Diffusion with Civitai. Generate images with rough 6 category. Free you from choosing model in civitai. You can freely control parameters such as prompt, size, etc
- [Stable Diffusion with Civitai](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/1-stable-diffusion-with-civitai.md): Use Civitai Model id and Loras. Faster than previous myshell-visual;
- [Storydiffusion](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/50-storydiffusion.md): Create a comic using a reference image and a description.
- [Suno Lyrics Generator](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/29-suno-lyrics-generator.md): Suno AI lyrics generator. Generate lyrics based on the given prompt.
- [Suno Music Generator](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/28-suno-music-generator.md): Suno AI song generator. Generate songs based on the given prompt lyrics
- [Table to Markdown](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/32-table-to-markdown.md): Table (csv, tsv, excel) to Markdown Converter
- [TripAdvisor](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/41-tripadvisor.md): Get the trip advisor, along with location details, comment and photos
- [Twitter Search](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/45-twitter-search.md): Search Twitter to find text and medias
- [UDOP: Document Question Answering](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/3-udop-document-question-answering.md): UDOP, a unified model for document classification, layout parsing and visual question answering by Microsoft.
- [Weather forecasting](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/5-weather-forecasting.md): Use city name or specific location to get a weather forecasting information
- [Whisper large-v3](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/6-whisper-large-v3.md): Transcribe audio with url using faster whisper-large-v3. Without any post-processing
- [Wikipedia](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/42-wikipedia.md): Search Wikipedia article and summary it
- [Wolfram Alpha Search](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/30-wolfram-alpha-search.md): Wolfram Alpha Search
- [Yelp Search](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/21-yelp-search.md): Yelp Search. Given a search query, return the searched Yelp recommendations
- [YouTube Downloader](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/37-youtube-downloader.md): Download youtube video with video id
- [YouTube Transcriber](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/38-youtube-transcriber.md): Transcribe a video on Youtube
- [Youtube Search](https://docs.myshell.ai/create/pro-config-mode/api-reference/widgets/20-youtube-search.md): Youtube Search. Given a search query, return the searched youtube video information
- [FAQs](https://docs.myshell.ai/create/pro-config-mode/faqs.md)
- [Changelog](https://docs.myshell.ai/create/pro-config-mode/changelog.md)
- [ShellAgent Mode](https://docs.myshell.ai/create/shellagent-mode.md)
- [Download and Installation](https://docs.myshell.ai/create/shellagent-mode/installation.md)
- [App Builder](https://docs.myshell.ai/create/shellagent-mode/app-builder.md)
- [Workflow](https://docs.myshell.ai/create/shellagent-mode/workflow.md)
- [Build Custom Widget](https://docs.myshell.ai/create/shellagent-mode/build-custom-widget.md)
- [Publish to MyShell](https://docs.myshell.ai/create/shellagent-mode/publish-to-myshell.md)
- [Customized Pricing For Your Agent](https://docs.myshell.ai/create/shellagent-mode/customized-pricing-for-your-agent.md)
- [Example](https://docs.myshell.ai/create/shellagent-mode/example.md)
- [Child Book X Agent w/ DeepSeek](https://docs.myshell.ai/create/shellagent-mode/example/child-book.md): Building a Child Book AI Agent on X using ShellAgent with DeepSeek
- [Kids Book NFT AI Agent w/ BNB Chain](https://docs.myshell.ai/create/shellagent-mode/example/kids-book.md): Create a Kids Book AI agent integrated with NFT minting function on BNB Chain
- [DeFAI Agent w/ BNB Chain](https://docs.myshell.ai/create/shellagent-mode/example/defai.md): Unlocking ShellAgent’s DeFAI Features in Crypto
- [Shell Launchpad](https://docs.myshell.ai/launchpad.md): Better Fueling Your AI Dreams Via Tokenization
- [How to Launch a Token](https://docs.myshell.ai/launchpad/how-to-launch-a-token.md)
- [Trade Agent Tokens](https://docs.myshell.ai/launchpad/trade-agent-tokens.md)
- [Tokenomics](https://docs.myshell.ai/tokenomics.md)
- [$SHELL Basics](https://docs.myshell.ai/tokenomics/shell-basics.md)
- [$SHELL Token Utility](https://docs.myshell.ai/tokenomics/shell-token-utility.md)
- [How to Obtain $SHELL](https://docs.myshell.ai/tokenomics/how-to-obtain-shell.md)
- [Roadmap](https://docs.myshell.ai/tokenomics/roadmap.md)
- [Open-source AI Framework/SDK](https://docs.myshell.ai/technology.md): MyShell: The Future of AI Innovation
- [ShellAgent](https://docs.myshell.ai/technology/shellagent.md): ShellAgent is the most powerful, open, and modular Agentic Framework open-sourced by MyShell.
- [OpenVoice](https://docs.myshell.ai/technology/openvoice.md): Instant voice cloning by MIT and MyShell.
- [MeloTTS](https://docs.myshell.ai/technology/melotts.md): High-quality multi-lingual text-to-speech library by MyShell.ai. Support English, Spanish, French, Chinese, Japanese and Korean.
- [JetMoE](https://docs.myshell.ai/technology/jetmoe.md): JetMoE: Reaching LLaMA2 Performance with 0.1M Dollars
- [AIlice](https://docs.myshell.ai/technology/ailice.md): AIlice is a fully autonomous, general-purpose AI agent.
- [MyShell LLM](https://docs.myshell.ai/technology/myshell-llm.md)
- [Voice Clone/TTS](https://docs.myshell.ai/technology/voice-clone-tts.md)
- [Links](https://docs.myshell.ai/links.md)

## 한국어

- [MyShell에 대하여](https://docs.myshell.ai/ko/about.md): MyShell에 오신 것을 환영합니다!
- [MyShell 이란?](https://docs.myshell.ai/ko/about/what-is-myshell.md)
- [MyShell 요약](https://docs.myshell.ai/ko/about/in-a-nutshell.md): MyShell을 쉽게 이해하는 방식으로 설명
- [빠른 시작](https://docs.myshell.ai/ko/about/quickstart.md)
- [AI 에이전트 탐색하기](https://docs.myshell.ai/ko/explore.md)
- [이미지 생성](https://docs.myshell.ai/ko/explore/image-generation.md)
- [비디오 생성](https://docs.myshell.ai/ko/explore/undefined.md)
- [밈 생성](https://docs.myshell.ai/ko/explore/undefined-1.md)
- [롤플레잉 게임](https://docs.myshell.ai/ko/explore/undefined-2.md)
- [캐릭터](https://docs.myshell.ai/ko/explore/undefined-3.md)
- [유틸리티](https://docs.myshell.ai/ko/explore/undefined-4.md)
- [AI 에이전트 제작하기](https://docs.myshell.ai/ko/create.md)
- [Classic 모드](https://docs.myshell.ai/ko/create/classic-mode.md)
- [강화된 프롬프트](https://docs.myshell.ai/ko/create/classic-mode/advanced-definition.md)
- [지식 베이스](https://docs.myshell.ai/ko/create/classic-mode/knowledge-base.md)
- [Telegram 통합](https://docs.myshell.ai/ko/create/classic-mode/claim-your-own-telegram-bot.md)
- [Pro Config 모드](https://docs.myshell.ai/ko/create/pro-config-mode.md)
- [핵심 개념](https://docs.myshell.ai/ko/create/pro-config-mode/core-concepts.md)
- [튜토리얼](https://docs.myshell.ai/ko/create/pro-config-mode/tutorial.md)
- [튜토리얼 구조](https://docs.myshell.ai/ko/create/pro-config-mode/tutorial/tutorial-structure.md)
- [Pro Config를 사용한 Hello World](https://docs.myshell.ai/ko/create/pro-config-mode/tutorial/hello-world-with-pro-config.md)
- [워크플로우 구축](https://docs.myshell.ai/ko/create/pro-config-mode/tutorial/building-workflow.md)
- [전환](https://docs.myshell.ai/ko/create/pro-config-mode/tutorial/transitions.md)
- [표현식과 변수](https://docs.myshell.ai/ko/create/pro-config-mode/tutorial/expressions-and-variables.md)
- [모든 위젯과의 통합](https://docs.myshell.ai/ko/create/pro-config-mode/tutorial/integration-with-any-widget.md)
- [고급 예제](https://docs.myshell.ai/ko/create/pro-config-mode/tutorial/an-advanced-example.md)
- [기본](https://docs.myshell.ai/ko/create/pro-config-mode/basic.md)
- [공통](https://docs.myshell.ai/ko/create/pro-config-mode/basic/common.md)
- [원자 상태](https://docs.myshell.ai/ko/create/pro-config-mode/basic/atomic-state.md)
- [전이](https://docs.myshell.ai/ko/create/pro-config-mode/basic/transition.md)
- [오토마타](https://docs.myshell.ai/ko/create/pro-config-mode/basic/automata.md)
- [모듈](https://docs.myshell.ai/ko/create/pro-config-mode/basic/modules.md)
- [고급](https://docs.myshell.ai/ko/create/pro-config-mode/advanced.md)
- [크론 푸셔](https://docs.myshell.ai/ko/create/pro-config-mode/advanced/cron-pusher.md)
- [중립 언어 → SD 프롬프트](https://docs.myshell.ai/ko/create/pro-config-mode/advanced/neutral-language-to-sd-prompt.md)
- [고급 입력 검증](https://docs.myshell.ai/ko/create/pro-config-mode/advanced/advanced-input-validation.md)
- [프롬프트 위젯의 고급 메모리 관리자](https://docs.myshell.ai/ko/create/pro-config-mode/advanced/advanced-memory-manager-in-prompt-widget.md)
- [도구](https://docs.myshell.ai/ko/create/pro-config-mode/tools.md)
- [자동 구성 에이전트](https://docs.myshell.ai/ko/create/pro-config-mode/tools/autoconfig-bot.md)
- [캐시 모드](https://docs.myshell.ai/ko/create/pro-config-mode/tools/cache-mode.md)
- [지식 베이스 에이전트](https://docs.myshell.ai/ko/create/pro-config-mode/tools/knowledge-base-bot.md)
- [크롤러 위젯](https://docs.myshell.ai/ko/create/pro-config-mode/tools/undefined.md)
- [Example](https://docs.myshell.ai/ko/create/pro-config-mode/example.md)
- [Function Calling Example](https://docs.myshell.ai/ko/create/pro-config-mode/example/function-calling-example.md): Functional Calling can be a very useful technique to obtain structured output from an LLM. We can find detailed documentation about function-calling in the following two reference.
- [Random Routing Example](https://docs.myshell.ai/ko/create/pro-config-mode/example/random-routing-example.md): Thanks @Borsuc to provide this example!
- [PepeTalk](https://docs.myshell.ai/ko/create/pro-config-mode/example/pepetalk.md)
- [Homeless With You](https://docs.myshell.ai/ko/create/pro-config-mode/example/homeless-with-you.md)
- [Random Routing](https://docs.myshell.ai/ko/create/pro-config-mode/example/random-routing.md)
- [Function Calling](https://docs.myshell.ai/ko/create/pro-config-mode/example/function-calling.md)
- [API 참조](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference.md)
- [Atomic State](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/atomic-state.md)
- [Transition](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/transition.md)
- [Automata](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/automata.md)
- [Context](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/context.md)
- [Module](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/module.md)
- [AnyWidget Module](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/module/anywidget-module.md)
- [Prompt Widget](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/module/anywidget-module/prompt-widget.md)
- [LLM Widget](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/module/anywidget-module/llm-widget.md)
- [TTS Widget](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/module/anywidget-module/tts-widget.md)
- [Code Runner Widget](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/module/anywidget-module/code-runner-widget.md)
- [Melo TTS](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/module/anywidget-module/melo-tts.md)
- [Age Transformation](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/module/anywidget-module/age-transformation.md)
- [ChatImg](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/module/anywidget-module/chatimg.md)
- [GIF Generation](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/module/anywidget-module/gif-generation.md)
- [Music Generation](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/module/anywidget-module/music-generation.md)
- [LLM Module](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/module/llm-module.md)
- [LLM Function Module](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/module/llm-function-module.md)
- [TTS Module](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/module/tts-module.md)
- [Google Search Module](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/module/google-search-module.md)
- [Widgets](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets.md)
- [Bark TTS](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/7-bark-tts.md): Runs TTS with Bark.
- [Champ](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/10-champ.md): Animate the character in the image to dance with the pre-defined guidance.
- [CoinGecko](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/40-coingecko.md): Obtain price feed, market data, and historical data of crypto assets
- [ControlNet with Civitai](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/56-controlnet-with-civitai.md): Stable Diffusion with ControlNet
- [Crawler](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/9-crawler.md): A naive crawler for website. Return raw content in markdwon format.
- [Crypto News](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/47-crypto-news.md): Obtain ticker and general crypto news
- [Data Visualizer](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/36-data-visualizer.md): Visualize data in line/scatter/histogram automatically
- [Email Sender](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/54-email-sender.md): Email sender
- [Google Flight Search](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/17-google-flight-search.md): Google Flight Search. Given a search query, return the searched flight information
- [Google Hotel Search](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/16-google-hotel-search.md): Google Hotel Search. Given a search query, return the searched hotel information.
- [Google Image Search](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/15-google-image-search.md): Google Image Search. Given a search query, return the searched images information including image urls, descriptions and image shape.
- [Google Map Search](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/46-google-map-search.md): Google Map Search. Given a search query, return the searched google map information
- [Google News Search](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/18-google-news-search.md): Google News Search. Given a search query, return the searched news.
- [Google Scholar Search](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/19-google-scholar-search.md): Google Scholar Search. Given a search query, return the searched google scholar information
- [Google Search](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/14-google-search.md): Google Search. Given a search query, return the searched results including title, link, and content of each item.
- [GroundedSAM](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/11-groundedsam.md): GroundedSAM takes an input image and prompt to generate a language-guided mask.
- [Image Text Fuser](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/72-image-text-fuser.md): Image Text Fuser
- [Information Extractor - OpenAI Schema Generator](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/39-information-extractor----openai-schema-generator.md): Generate Schema of structural data based on your description
- [Information Extractor](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/22-information-extractor.md): Information Extractor, make you data structural.
- [Instagram Search](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/43-instagram-search.md): Search Instagram to find text, images, and videos.
- [JSON to Table](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/33-json-to-table.md): JSON to Table (csv, tsv, excel) Converter
- [LinkedIn](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/49-linkedin.md): Find verified emails and scrape data directly on LinkedIn
- [MS Word to Markdown](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/31-ms-word-to-markdown.md): MS Word to Markdown Converter
- [Markdown to MS Word](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/34-markdown-to-ms-word.md): Markdown to MS Word Converter
- [Markdown to PDF](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/35-markdown-to-pdf.md): Markdown to PDF Converter
- [Mindmap Generator](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/44-mindmap-generator.md): Transform written content into organized, visual mindmaps with ease, enhancing understanding and brainstorming.
- [Notion Database](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/23-notion-database.md): Query a public Notion database, supporting both basic information and SQL query.
- [OCR](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/4-ocr.md): Given a image containing text. return the text in the images
- [Pdf to Markdown](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/8-pdf-to-markdown.md): Turn pdf file into text
- [RMBG](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/12-rmbg.md): RMBG, automatic background removal, helps with image background removal
- [Stabel-Video-Diffusion](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/13-stabel-video-diffusion.md): Stable-video-diffusion takes an input image and other adjustment parameters to generate a dynamic video based on a static image.
- [Stable Diffusion Inpaint](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/26-stable-diffusion-inpaint.md): Use any diffusion model on Civitai to inpaint the mask region of your image!
- [Stable Diffusion Recommend](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/24-stable-diffusion-recommend.md): Given a description, recommend Stable Diffusion models and loras
- [Stable Diffusion Transform](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/25-stable-diffusion-transform.md): Transform images using the specified model ID from Civitai. With the given prompt and model, enable to transform the image based on the initial image.
- [Stable Diffusion Upscale](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/27-stable-diffusion-upscale.md): Upscale the initial image to given shape. You can choose to restore the face within the image by turn up the visibility of gfpgan and codeformer (with upscaling\_resize\_ratio to 1)
- [Stable Diffusion with 6 fixed category](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/2-stable-diffusion-with-6-fixed-category.md): Lazy version of Stabel Diffusion with Civitai. Generate images with rough 6 category. Free you from choosing model in civitai. You can freely control parameters such as prompt, size, etc
- [Stable Diffusion with Civitai](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/1-stable-diffusion-with-civitai.md): Use Civitai Model id and Loras. Faster than previous myshell-visual;
- [Storydiffusion](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/50-storydiffusion.md): Create a comic using a reference image and a description.
- [Suno Lyrics Generator](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/29-suno-lyrics-generator.md): Suno AI lyrics generator. Generate lyrics based on the given prompt.
- [Suno Music Generator](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/28-suno-music-generator.md): Suno AI song generator. Generate songs based on the given prompt lyrics
- [Table to Markdown](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/32-table-to-markdown.md): Table (csv, tsv, excel) to Markdown Converter
- [TripAdvisor](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/41-tripadvisor.md): Get the trip advisor, along with location details, comment and photos
- [Twitter Search](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/45-twitter-search.md): Search Twitter to find text and medias
- [UDOP: Document Question Answering](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/3-udop-document-question-answering.md): UDOP, a unified model for document classification, layout parsing and visual question answering by Microsoft.
- [Weather forecasting](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/5-weather-forecasting.md): Use city name or specific location to get a weather forecasting information
- [Whisper large-v3](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/6-whisper-large-v3.md): Transcribe audio with url using faster whisper-large-v3. Without any post-processing
- [Wikipedia](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/42-wikipedia.md): Search Wikipedia article and summary it
- [Wolfram Alpha Search](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/30-wolfram-alpha-search.md): Wolfram Alpha Search
- [Yelp Search](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/21-yelp-search.md): Yelp Search. Given a search query, return the searched Yelp recommendations
- [YouTube Downloader](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/37-youtube-downloader.md): Download youtube video with video id
- [YouTube Transcriber](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/38-youtube-transcriber.md): Transcribe a video on Youtube
- [Youtube Search](https://docs.myshell.ai/ko/create/pro-config-mode/api-reference/widgets/20-youtube-search.md): Youtube Search. Given a search query, return the searched youtube video information
- [FAQs](https://docs.myshell.ai/ko/create/pro-config-mode/faqs.md)
- [Changelog](https://docs.myshell.ai/ko/create/pro-config-mode/changelog.md)
- [ShellAgent 모드](https://docs.myshell.ai/ko/create/shellagent-mode.md)
- [다운로드 및 설치](https://docs.myshell.ai/ko/create/shellagent-mode/installation.md)
- [앱 빌더](https://docs.myshell.ai/ko/create/shellagent-mode/app-builder.md)
- [워크플로우](https://docs.myshell.ai/ko/create/shellagent-mode/workflow.md)
- [맞춤 위젯 제작](https://docs.myshell.ai/ko/create/shellagent-mode/build-custom-widget.md)
- [MyShell 에 게시](https://docs.myshell.ai/ko/create/shellagent-mode/publish-to-myshell.md)
- [에이전트 맞춤 가격 설정](https://docs.myshell.ai/ko/create/shellagent-mode/undefined.md)
- [Example](https://docs.myshell.ai/ko/create/shellagent-mode/example.md)
- [Child Book X Agent w/ DeepSeek](https://docs.myshell.ai/ko/create/shellagent-mode/example/child-book.md): Building a Child Book AI Agent on X using ShellAgent with DeepSeek
- [Kids Book NFT AI Agent w/ BNB Chain](https://docs.myshell.ai/ko/create/shellagent-mode/example/kids-book.md): Create a Kids Book AI agent integrated with NFT minting function on BNB Chain
- [DeFAI Agent w/ BNB Chain](https://docs.myshell.ai/ko/create/shellagent-mode/example/defai.md): Unlocking ShellAgent’s DeFAI Features in Crypto
- [SHELL 런치패드](https://docs.myshell.ai/ko/launchpad.md): Better Fueling Your AI Dreams Via Tokenization
- [토큰 런칭 방법](https://docs.myshell.ai/ko/launchpad/undefined.md)
- [에이전트 토큰 거래](https://docs.myshell.ai/ko/launchpad/undefined-1.md)
- [토큰 경제학](https://docs.myshell.ai/ko/tokenomics.md)
- [$SHELL 기본 사항](https://docs.myshell.ai/ko/tokenomics/shell-basics.md)
- [$SHELL 토큰 유틸리티](https://docs.myshell.ai/ko/tokenomics/shell-token-utility.md)
- [$SHELL 취득 방법](https://docs.myshell.ai/ko/tokenomics/how-to-obtain-shell.md)
- [로드맵](https://docs.myshell.ai/ko/tokenomics/undefined.md)
- [오픈소스 AI 프레임워크/SDK](https://docs.myshell.ai/ko/technology.md): MyShell: The Future of AI Innovation
- [ShellAgent](https://docs.myshell.ai/ko/technology/shellagent.md): ShellAgent 는 MyShell 이 오픈소스로 공개한 가장 강력하고 개방적이며 모듈화된 에이전트 프레임워크입니다.
- [OpenVoice](https://docs.myshell.ai/ko/technology/openvoice.md): Instant voice cloning by MIT and MyShell.
- [MeloTTS](https://docs.myshell.ai/ko/technology/melotts.md): MyShell.ai에서 제공하는 고품질 다중 언어 텍스트-투-스피치 라이브러리입니다. 영어, 스페인어, 프랑스어, 중국어, 일본어, 한국어를 지원합니다.
- [JetMoE](https://docs.myshell.ai/ko/technology/jetmoe.md): JetMoE: LLaMA2 성능을 0.1M 달러로 달성
- [AIlice](https://docs.myshell.ai/ko/technology/ailice.md): AIlice 는 완전 자율적이고 범용 AI 에이전트입니다.
- [MyShell LLM](https://docs.myshell.ai/ko/technology/myshell-llm.md)
- [Voice Clone/TTS](https://docs.myshell.ai/ko/technology/voice-clone-tts.md)
- [링크](https://docs.myshell.ai/ko/links.md)
