# Submit Map

Share your Maps4FS creation with the community! Submit your map to **Atlas FS** and make it available for other players to enjoy.

🌐 **Website**: [atlasfs.xyz](https://atlasfs.xyz)

## 📋 Submission Requirements

### 👤 Author Information (One-time setup)

Required for your first submission only. Not needed for subsequent maps:

* **Name**: Your name or username as the map creator
* **Description**: Brief bio or description about you as a creator

**Optional**:

* **Links**: Your websites, social media, or portfolio links
* **Donation Platforms**: Patreon, Ko-fi, PayPal, or other support platforms

***

### 🗺️ Map Information

#### Option 1: Using main\_settings.json (Recommended)

If you generated your map with Maps4FS, simply provide the `main_settings.json` file from your map's directory. This file contains all the technical information needed:

* Coordinates
* Game version
* DTM provider and resolution
* Map rotation
* And more

📁 **Location**: `your_map/main_settings.json`

#### Option 2: Manual Information

If you don't have the settings file, provide:

**Required**:

* **Coordinates**: Latitude and longitude of the map location
* **Game Version**: Farming Simulator 25
* **DTM Provider**: Which elevation data provider was used
* **Resolution**: Resolution of the DTM data
* **Rotation**: Map rotation in degrees

**Map Details**:

* **Map Name**: The name of your map
* **Map Description**: Features, gameplay characteristics, and what makes your map special

**Optional**:

* **Place Description**: Additional information about the real-world location that inspired your map

***

### 📦 Map Files

**Required**:

* **Map Archive**: Complete map folder compressed as `.zip` or `.rar`
  * The map structure will be verified and preview images generated
  * Make sure all files are included and the map is ready to play

**Screenshots & Media**:

* **Screenshots**: Multiple in-game screenshots showing different areas and features
  * Recommended: 5-10 high-quality screenshots
  * Show fields, terrain, buildings, and unique features
* **Video Trailer** (Optional): Short gameplay video or flythrough of your map

***

## 📤 How to Submit

1. **Prepare Your Files**: Gather all required information and files listed above
2. **Join Discord**: Connect on [Discord](https://discord.gg/wemVfUUFRA)
3. **Submit**: Contact on Discord with your submission materials

The map will be reviewed, additional preview materials generated, and it will be published to Atlas FS!

***

## ✨ What Happens After Submission

* **Review**: The map will be checked for completeness and quality
* **Preview Generation**: Preview images will be created and the listing prepared
* **Publication**: Your map will be published on Atlas FS with full attribution
* **Updates**: You can submit updated versions of your map anytime

All creator information, links, and donation platforms will be prominently displayed on your map's page.

## 🎯 Benefits of Submitting

* **🌍 Reach Players Worldwide**: Share your creation with the Farming Simulator community
* **💬 Get Feedback**: Receive comments and suggestions from other players
* **💰 Support Your Work**: Include donation links so players can support your map-making efforts
* **📊 Build Your Portfolio**: Showcase all your Maps4FS creations in one place
* **🏆 Recognition**: Get credited and recognized for your work

## ❓ Questions?

If you have questions about submitting your map or need help with the submission process, reach out on [Discord](https://discord.gg/wemVfUUFRA).

## 📚 Related Documentation

* [About Atlas FS](https://maps4fs.gitbook.io/docs/atlas-fs/atlas_about)
* [My Maps](https://maps4fs.gitbook.io/docs/additional-features/my_maps) - Managing your local map collection
* [Atlas Terms of Use](https://maps4fs.gitbook.io/docs/atlas-fs/atlas_terms) - User responsibilities and legal consequences
* [Atlas License](https://maps4fs.gitbook.io/docs/atlas-fs/atlas_license) - Map ownership and licensing
* [Generation Info](https://maps4fs.gitbook.io/docs/understanding-the-basics/generation_info) - Understanding main\_settings.json


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://maps4fs.gitbook.io/docs/atlas-fs/atlas_submit.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
