import CopyableFAQ from '@docs/components/content/CopyableFAQ'; import { faqData } from './faqData'; import ReactMarkdown from 'react-markdown'; import { Accordions } from 'fumadocs-ui/components/accordion'; # FAQ {(() => { const sections = []; let currentFaqs = []; let currentSection = null; faqData.forEach((faq, i) => { if ('section' in faq) { if (currentFaqs.length > 0) { sections.push( {currentFaqs} ); currentFaqs = []; } sections.push(

{faq.section}

); currentSection = faq.section; } else { currentFaqs.push( {faq.markdown.split('\n').slice(1).join('\n')} ); } }); if (currentFaqs.length > 0) { sections.push( {currentFaqs} ); } return sections; })()} import Cards from '@docs/components/content/Cards'; import CardLink from '@docs/components/content/CardLink'; import { FaSteam, FaImages, FaAward, FaTools, FaSignInAlt, FaQuoteRight, FaQuestion } from 'react-icons/fa'; import { GrInstallOption } from 'react-icons/gr'; import { TbCardsFilled, TbGift, TbClock, TbBuildingStore, TbHourglassLow } from 'react-icons/tb'; import { IoPlay } from 'react-icons/io5'; # Introduction Steam Game Idler (SGI) is a Steam automation tool for farming trading cards, managing achievements, and boosting playtime across all games in your Steam library. This project was born out of frustration with alternatives like ArchiSteamFarm, Steam Achievement Manager and Idle Master, which often lacked key features, were overly complex to set up, had ugly or outdated user interfaces, or suffered from bugs and infrequent updates. SGI combines the best aspects of these tools into a single, modern, free, and easy-to-use application. ### Get Started ### Guides ### Miscellaneous import MockButton from '@docs/components/content/MockButton'; import { Step, Steps } from 'fumadocs-ui/components/steps'; # Steam Credentials SGI needs your Steam credentials for the [Card Farming](/docs/features/card-farming) and [Trading Card Manager](/docs/features/trading-card-manager) features. Steam credentials are used to verify which of your games have card drops remaining, as well as fetching and listing your trading cards on the Steam market. SGI offers both a [**Manual Method**](/docs/steam-credentials#manual-method) and an [**Automated Method (PRO)**](/docs/steam-credentials#automated-method) for providing your Steam credentials. These credentials allow limited access to your Steam account, but they do not allow access to changing your password, email address, or other sensitive information You must get your cookies from [https://steamcommunity.com/](https://steamcommunity.com/) and not [https://store.steampowered.com/](https://store.steampowered.com/) ## Manual Method