Use this file to discover all available pages before exploring further.
AI coworkers are designed to understand natural language and help with a wide range of tasks. This guide will help you communicate effectively to get the best results.
"I need help writing a project proposal for a new mobile app feature""Can you explain how API rate limiting works?""Help me brainstorm marketing ideas for our product launch"
Vague requests get vague answers. Be specific about what you need.Less effective:
"Help with the email"
More effective:
"Help me write a professional email to a client explaining that theirproject will be delayed by two weeks due to technical issues. The toneshould be apologetic but confident about the new timeline."
The more relevant information you share, the better the response.Include when helpful:
Background on the situation
Your goals or objectives
Constraints or requirements
Target audience
Tone or style preferences
Example:
"I'm preparing a presentation for our executive team about Q3 results.They prefer concise bullet points with key metrics highlighted.Our main achievement was 40% revenue growth. Can you help mestructure the presentation outline?"
AI coworkers remember the conversation context. Build on previous messages:
You: Can you summarize this article? [attachment]AI: Here are the main points from the article...You: Now create a tweet thread from those pointsAI: Here's a thread with 5 tweets covering the key ideas...You: Make the second tweet more engagingAI: Here's a revised version of tweet #2...
You: What are best practices for user authentication?AI: Here are key best practices: [explanation]You: Can you explain point 3 in more detail?AI: Of course! Point 3 is about... [detailed explanation]You: How would I implement that in Node.js?AI: Here's how you would implement it... [code example]
"Write a product description for our new feature""Create a list of interview questions for a marketing manager role""Generate test cases for the login functionality"
I need help with a marketing email. Here are the details:**Product:** New project management feature**Audience:** Existing customers**Goal:** Announce the feature and drive adoption**Tone:** Excited but professional**Length:** About 300 words**Include:** Feature benefits, how to access it, support contact
Please review this proposal and:1. Check for logical consistency2. Identify any gaps in the argument3. Suggest improvements to the structure4. Note any unclear sections
You: I need to write a rejection email to a job candidate.It should be kind but clear, and encourage them to applyfor future positions.AI: Here's a draft rejection email:Subject: Your Application to [Company Name]Dear [Name],Thank you for taking the time to interview for the[Position] role at [Company Name]...[continues with full email]You: Good, but can you make the opening warmer?AI: Here's a revised version with a warmer opening:Dear [Name],I really appreciate you sharing your experience andenthusiasm with us during the interview process...
You: What are the main differences between PostgreSQL and MySQLfor a new web application project?AI: Here's a comparison of PostgreSQL vs MySQL for web applications:**PostgreSQL**- Better for complex queries and large datasets- Stronger JSON support- More standards-compliant...**MySQL**- Generally faster for simple read operations- Easier to set up and manage- Better hosting support...You: We'll have a lot of JSON data. Tell me more aboutPostgreSQL's JSON support.AI: PostgreSQL has excellent JSON capabilities...