SparkAI Test

There are two ways to test our bot, either via our Discord command or via Dashboard

Click here to introduce our bot to your server.

Test Spark via Discord command "/Spark test"

Run "/spark test" if you want to see Spark in action, but not ready to let the rest of the community try it yet. You can upload different documents and see how Spark changes in response.

Upload a document

Ready to play with Spark? Here are some details about your documents:

  1. Your document should be in pure .txt format for now. We don’t support images, pdf, or any other document format. We will have an updated version soon.

  2. While we support an unlimited amount of words (5MB), here are some tips on what to include in your document:

    1. Only include information specific to your project because chatGPT knows quite a bit about general knowledge.

    2. Write in paragraphs. We use paragraphs as the primary way to embed. This means that your documents should be made of paragraphs, rather than one blob of text.

    3. Break in new line. We use newlines as signals of different contents. For example, we will make a note on a paragraph proceeded by a new line as a "different content". This will impact our search result. This means that:

      4 Structure your documents. We see performance degradation as the document size gets larger. One way to combat this is to provide a "clean" document. This means lumping similar topics together for better search results.

Custom prompt (optional)

After uploading your document, you will be prompted for additional information, such as a custom prompt. This allows you to add "permanent memory" to your bot, aka, no matter what happens, the bot will ALWAYS REMEMBER these instructions.

A typical use case is to mention the role of SparkAI chat, such as "You are a moderator" or "You are the funny version of Elon Musk". Another use case is to specify language, such as "always end the sentence with uuurrhhhh" or "always sound like a degen".

Leave it blank if your inspiration has yet to come!

Promote-content / call to action (optional)

Spark test allows you to test a secret-feature called "promote-content". Set it to True

A new window would appear when you set promote-content as True, as shown below.

You should use this feature if you want to drive users to a particular set of call to actions. In some communities, this can be joining an upcoming event, subscribing to a YouTube channel, signing up for a waitlist, or even buying a product.

Tips: Write call to action prompt in the form of "if something happens, do something". While Spark can detect intention automatically, it is significantly better when you specify the user intent in the "if" statement.

Final note: we track how often we push out call to action to particular users, so you don't have to worry about our bot "spamming" potential customers.

Time to test!

After you successfully upload the doc, a new channel opens up for you to do testing. This channel is only visible to you, and you can type in anything, and SparkAI will respond. Note that this is a private channel that is only accessible to you and your mods

The biggest benefit to test directly via our Discord command is that you don't have to leave the platform and can iterate really fast directly on your native server.

For a more intuitive setup, you can choose to setup Spark via our Dashboard and simply select a channel that is not for public for testing.

Last updated