# Scrapy Cloud projects

A Scrapy Cloud project represents a code base for web scraping.

You can have any number of Scrapy Cloud projects, each with its own code
base, or with a specific version (e.g. commit) of some code base.

A common approach is to keep 2 projects:

- A project for production, with a stable code base.
- A project for development, to test changes before moving them to
  the production project.

For information about managing projects, see:

- [Organizations and Projects](https://support.zyte.com/support/solutions/articles/22000200432-organizations-and-projects)
- [Inviting Users to Projects](https://support.zyte.com/support/solutions/articles/22000200430-inviting-users-to-projects)
- [Managing Organization and Project members](https://support.zyte.com/support/solutions/articles/22000271734-managing-organization-and-project-members)
- [Customizing Scrapy settings in Scrapy Cloud](https://support.zyte.com/support/solutions/articles/22000200670-customizing-scrapy-settings-in-scrapy-cloud)
- [Deleting projects](https://support.zyte.com/support/solutions/articles/22000200397-deleting-projects)
