4
12 Comments

Is this the best way to teach your users?

Hey hackers,

This post is to plug my app as a better alternative, but I'd also love to hear your honest thoughts. I might be biased in some cases.

There are some key problems with how we create knowledge resources for users in general.

Why feature guides, articles, and tutorials don't work.

  1. More than 50% of users skip optional feature guides.
  2. Most users don't fully read help articles and videos unless they are invested in finding a solution.
  3. Most users forget what they've learned from guides, and there isn't a way to bring them back up.
  4. Lots of users quit in silence if they don't get what they need from your app.

The root issue is that users have low patience and want to get to the point.

A better alternative - Searchegg.io

It's a search bar/command shell for your app, that lets your users search for shortcut commands, guides, and help articles.

You can either teach users how to complete a task or do it for them. eg. teach a user how to

imgur

Why is it better than traditional guides & tutorials?

  1. Commands are straight to the point and don't test the patience of users.
  2. Users can learn without leaving the context of what they are doing
  3. Commands and guides are way faster to create. (all guides and most commands are created without code)
  4. Users can learn what they want to learn when they want to learn it. (the biggest reason for skipping guides is the immediate irrelevancy)

You can try it out at https://searchegg.io

on June 3, 2022
  1. 3

    This is a good idea, and I like the introductory video showcasing how to use the tool. Maybe a section giving ideas on where or how to implement this feature on an app could give people an incentive to include it in their application if they don't see a use-case at first.

    By the way, I'm looking for feedback on DarkColors, a way to test your website color ideas in real time: https://www.darkcolors.digital/

    1. 1

      Hey @DCodes! Thanks for the feedback. I'll add some better use cases and give some suggestions.

      darkcolors looks really cool. I'm actually in the process of picking a color theme for my apps. I'll give it a try !

      1. 1

        Thanks man! Hope everything goes well on your project! We just made some new updates so check it out!

  2. 2

    Really cool idea! My first intuition is that this is mostly useful for very large applications that necessarily have a complex and multi-layered UI. For simpler apps, if your users need to type out a full sentence question to figure out how to do simple operations it tells me you've got some serious UX issues.

    1. 1

      Hey Griffin! Users don't have to type out a full sentence, I just did it for the gif so you would know what I was doing.

      They can type anything partially related to what they want to do, and choose a command.

      I think it would be helpful in all apps, as long as there is hidden functionality.

      1. 1

        Totally! I guess I'm saying that simpler apps probably shouldn't have much/any hidden functionality. Truthfully I was just trying to play devils advocate, this is a great product idea!

        1. 1

          I do agree with the first part, I tend to also like minimalist/ clean and simple UI. Thanks for the feedback, it means a lot! especially the part about typing the full sentence, I need to edit the gif.

  3. 1

    I'd love to hear counter arguments too. What are some reasons you wouldn't use it?

    1. 1

      It's a 3rd party tool, I wouldn't want all my pages, user searches, user data to go through a 3rd party site included within my app.

      1. 1

        By 3rd party site, do you mean iframed ? The tool doesn't store any user data and is not iframed.

        We also don't need to know pages in your app, there's a way to have fast navigation without storing that data on our end.

        User search analytics can also be anonymous or turned off.

        Thanks for the feedback XCS.

        1. 1

          By 3rd party site

          3rd party request means any connection/resources loaded for a domain or server other than my own (any image, JS, CSS file, video, etc.).

          I understand that you might not store data, but sending requests to 3rd parties is strictly regulated by privacy laws like GDPR. For example, recently it was ruled illegal to include a Google Font on your website without asking the user for consent: https://thehackernews.com/2022/01/german-court-rules-websites-embedding.html#:~:text=German Court Rules Websites Embedding Google Fonts Violates GDPR,-January 31&text=A regional court in the,library without the individual's consent.

          1. 1

            That is honestly crazy lol