<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>volunteers-versus-ambassadors.txt</title>
  <script>
    (() => {
      let storedTheme = null;
      try {
        storedTheme = localStorage.getItem("theme");
      } catch (error) {}

      if (storedTheme === "dark") {
        document.documentElement.dataset.theme = "dark";
      }
    })();
  </script>
  <link rel="stylesheet" href="/%25latex/styles.css">
</head>
<body class="document-page">
  <button class="theme-toggle" type="button" aria-label="Switch to dark mode" title="Dark mode">
    <svg class="theme-icon theme-icon-moon" viewBox="0 0 24 24" aria-hidden="true">
      <path d="M20.4 14.5A8.2 8.2 0 0 1 9.5 3.6a8.7 8.7 0 1 0 10.9 10.9Z"></path>
    </svg>
    <svg class="theme-icon theme-icon-sun" viewBox="0 0 24 24" aria-hidden="true">
      <circle cx="12" cy="12" r="4"></circle>
      <path d="M12 2v2M12 20v2M4.9 4.9l1.4 1.4M17.7 17.7l1.4 1.4M2 12h2M20 12h2M4.9 19.1l1.4-1.4M17.7 6.3l1.4-1.4"></path>
    </svg>
  </button>
  <script>
    (() => {
      const button = document.querySelector(".theme-toggle");

      const setTheme = (theme) => {
        const isDark = theme === "dark";
        if (isDark) {
          document.documentElement.dataset.theme = "dark";
        } else {
          document.documentElement.removeAttribute("data-theme");
        }

        button.setAttribute("aria-label", isDark ? "Switch to light mode" : "Switch to dark mode");
        button.setAttribute("aria-pressed", String(isDark));
        button.title = isDark ? "Light mode" : "Dark mode";

        try {
          localStorage.setItem("theme", isDark ? "dark" : "light");
        } catch (error) {}
      };

      setTheme(document.documentElement.dataset.theme === "dark" ? "dark" : "light");
      button.addEventListener("click", () => {
        setTheme(document.documentElement.dataset.theme === "dark" ? "light" : "dark");
      });
    })();
  </script>
  <header class="site-header">
    <a class="back-link" href="/_notes/">Back to directory</a>
    <h1>volunteers-versus-ambassadors.txt</h1>
    <p class="path-label">_notes/volunteers-versus-ambassadors.txt</p>
  </header>
  <main class="document-shell">
    <pre class="document-text"># volunteers and ambassadors



requirements:

- everyone can do tasks
- everyone goes through the same


[small tasks]

	.




[volunteers]

	register on the website
		doxx urself





[ambassadors]

people want friends and community


	// ticket tool
		// threads

	// complete form
	// get assigned to group
		//+ interest
		//+ region (or time zone)
		//+ complimenary DiSC

	%%%% egg // give us info + a small task




	// SLA
		7 minutes from finishing onboarding, they should be able to have a voice call with someone if they want


	// chat room
		// task
		++ team name
		++ voice call



	onboarding process is just on discord

	basically community run

	hatchling // a small task
	cygnet // working with people
	swan // leading people together
	black swan // exceptional.


	form:

		- country
		- personality type
		- interests

	induction

	welcome:

		call and onboarding form
		onboarding interview
			connect to their voice room


	getting an organiser to coordinate them


	defining a specific task


	onboarding thread


	interest

		community
		programming
		organising
		influencing
		researching
		editing
		artistry


	availability

		euphoriaer
		journeyer
		adventurer
		sharer
		supporter



	intersect = description


		someone from their description
</pre>
  </main>
  <footer class="site-footer">
    <a class="back-link" href="/_notes/">Back to directory</a>
  </footer>
</body>
</html>
