I downloaded sims just yesterday and I want to add custom content, how do I do that?

To add custom content to Sims, follow these steps:

1. First, make sure the custom content you're trying to add is compatible with the version of Sims you're playing (e.g. Sims 4, Sims 3, etc.).

2. Download the custom content from a trusted source, such as Mod The Sims, The Sims Resource, or other popular custom content creators.

3. Extract the files from the downloaded archive (usually in .zip, .rar, or .7z format). Most computers have built-in software to do this, but you can also use programs like WinRAR or 7-Zip if needed.

4. Locate your Sims game's "Mods" folder:

- For Sims 4: Go to Documents > Electronic Arts > The Sims 4 > Mods
- For Sims 3: Go to Documents > Electronic Arts > The Sims 3 > Mods

If you do not see a "Mods" folder, you may need to create one. Inside The Sims 4 or The Sims 3 folders, create a new folder and name it "Mods".

5. Inside the "Mods" folder, you'll find a file called "Resource.cfg" (Sims 3) or an empty folder (Sims 4). If you don't see the "Resource.cfg" file for Sims 3, you can download one from Mod The Sims or create one yourself using Notepad with the following content:

```text
Priority 500
PackedFile *.package
```

After saving the file in Notepad, be sure to change the file extension from ".txt" to ".cfg".

6. Move the extracted custom content files (usually in .package file format) into the "Mods" folder.

7. Launch your Sims game and verify that the custom content is now available in-game. If not, make sure your game is up to date and that custom content and mods are enabled in your game settings.

Remember to read any instructions provided by the custom content creator, as they might have specific steps for installation. Always use caution when downloading custom content, and make sure to keep backups of your game saves in case anything goes wrong.