You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
2.4 KiB

  1. <h1>Projects and Teams</h1>
  2. <p>Use Projects to organize checks in your SITE_NAME account. Your account initially
  3. has a single default project. You can create additional projects and organize
  4. your checks in them as your usage grows.</p>
  5. <p><img alt="An overview of projects" src="IMG_URL/projects.png" /></p>
  6. <p>Checks and integrations are project-scoped: each check and each configured
  7. integration always belongs to a particular project. Checks can be transferred
  8. from one project to another, preserving check's ping address:</p>
  9. <p><img alt="The transfer dialog" src="IMG_URL/transfer_check.png" /></p>
  10. <h2>Team Access</h2>
  11. <p>You can grant your colleagues access to a project by inviting them into
  12. the project's team. Each project has its own separate team so you can grant access
  13. selectively. Inviting team members is <strong>more convenient and more
  14. secure</strong> than sharing a password to a single account.</p>
  15. <p><img alt="Team access section" src="IMG_URL/team_access.png" /></p>
  16. <p>The user who originally created the project is listed as <strong>owner</strong>. Any invited users
  17. are listed as <strong>members</strong>. The members can:</p>
  18. <ul>
  19. <li>create, edit and remove checks</li>
  20. <li>create and remove integrations</li>
  21. <li>rename the project</li>
  22. <li>view and regenerate project's API keys</li>
  23. <li>give up their membership
  24. (from their <a href="../../accounts/profile">Account Settings</a> page)</li>
  25. </ul>
  26. <p>The members <strong>can not</strong>:</p>
  27. <ul>
  28. <li>invite new members into the project</li>
  29. <li>manage project's billing</li>
  30. <li>remove the project</li>
  31. </ul>
  32. <h2>Projects and Resource Limits</h2>
  33. <p>Your account limits (such as the total number of checks) are shared by all projects
  34. owned by your account. For example, consider a Business account with two projects,
  35. "Project A" and "Project B". If A has 70 checks, then B cannot have more than
  36. 30 checks, in order to not exceed Bussiness account's total limit of 100.</p>
  37. <p>However, only checks from your own projects count towards your account's
  38. quota. If you get invited to somebody else's project, that does not change
  39. the number of checks you can create in your own projects.</p>
  40. <h2>Projects and Monthly Reports</h2>
  41. <p>SITE_NAME sends monthly email reports at the
  42. start of each month. The monthly reports list a summary of checks from
  43. <strong>all projects you have access to</strong> (either as the owner or as a member).</p>