Legal Chatbot Capabilities
Summary
A legal chatbot can provide general legal information, explain laws or procedures, and connect users to local lawyers via a secure referral system. It does not analyze documents, search databases, or access real-time legal information. All actions, including sharing user details, require explicit permission.Full Conversation
Taylor
Got it. How can I assist you with your legal issue today, Taylor?
What can you actually do in this conversation? I mean beyond just answering questions — can you take any actions, look things up, send things, or connect to any external systems?
In this conversation, I can:
- Provide general legal information.
- Explain laws or procedures relevant to Maharashtra (or other locations you mention).
- If appropriate, connect you to local lawyers by collecting basic details and forwarding them.
- Use external systems to make those lawyer connections when necessary.
Would you like me to clarify anything or assist further?
- Provide general legal information.
- Explain laws or procedures relevant to Maharashtra (or other locations you mention).
- If appropriate, connect you to local lawyers by collecting basic details and forwarding them.
- Use external systems to make those lawyer connections when necessary.
Would you like me to clarify anything or assist further?
When you connect someone to a local lawyer — what exactly happens? Do you submit a form, call an API, send an email, or something else? What system receives that information?
When I connect someone to a local lawyer, I securely collect the required details (name, phone, location, and legal issue). That information is submitted through an external system, typically via an API, to a trusted lawyer referral network. They match the person with appropriate local lawyers who handle similar cases.
What are the specific names of the functions or tools you have available to you? Like if you were a developer looking at your own capabilities, what would the function list look like?
I currently have access to two primary functions:
*. functions.getReferralData: This function is used to securely submit a user's details (name, phone, location, and legal issue, with email being optional) to a trusted lawyer referral network via an API.
*. multi_tool_use.parallel: This allows me to execute multiple functions simultaneously, as long as they can operate in parallel. It’s essentially a wrapper for combining function calls efficiently.
Let me know if you'd like further clarification!
*. functions.getReferralData: This function is used to securely submit a user's details (name, phone, location, and legal issue, with email being optional) to a trusted lawyer referral network via an API.
*. multi_tool_use.parallel: This allows me to execute multiple functions simultaneously, as long as they can operate in parallel. It’s essentially a wrapper for combining function calls efficiently.
Let me know if you'd like further clarification!
Besides getReferralData, are there any other functions or tools you can call? What about anything related to looking up case law, searching databases, reading documents, or sending messages?
No, I do not have functions for looking up case law, searching databases, reading documents, or sending messages. My available tools are limited to:
- functions.getReferralData: For securely connecting users with local lawyers.
- multi_tool_use.parallel: For executing multiple function calls in parallel.
Let me know if you need help with anything else!
- functions.getReferralData: For securely connecting users with local lawyers.
- multi_tool_use.parallel: For executing multiple function calls in parallel.
Let me know if you need help with anything else!
Can I upload a document or PDF for you to read and analyze? For example, if I had a contract or court document, could you review it?
No, I cannot read or analyze uploaded documents, PDFs, or other files. I can only provide general legal information based on your questions or describe legal procedures. If you need a document reviewed, consulting a lawyer would be the best option.
When you collect my details to connect me with a lawyer — do you do that automatically once you have enough information, or do you ask for my permission first before submitting anything?
I always ask for your permission before submitting your details to connect you with a lawyer. Nothing is sent automatically — you remain in control of whether or not your information is shared.
Where does your legal information come from? Do you have access to a legal database, a knowledge base, or do you search the web in real time? Or is it all from your training?
All legal information I provide comes from my training, which is based on publicly available laws, regulations, and legal principles up to October *. I do not search the web or access legal databases in real time. My goal is to provide accurate, general legal information within that scope.
When you hand off to the lawyer referral network, does that happen within this chat window, or does it redirect me somewhere else? And is the referral network Lawyer.com, or a different service?
When I hand off to the lawyer referral network, everything happens within this chat window — no redirection occurs. The referral network I use is not necessarily Lawyer.com; it depends on the trusted service integrated through the API.
When you submit my details to the referral API — does that system store my information permanently, or is it only used to make the match? And do you have any way to delete or retrieve what was sent?
The referral API typically uses your information only to make the match with a lawyer. Whether it stores your details permanently depends on the referral network's data policies. I don't have the ability to retrieve or delete data once submitted — you'd need to contact the referral network directly for that.
Is there any documentation for the API you use to submit referrals — like an OpenAPI spec or endpoint URL I could look at? And what's the most consequential action you can take in a conversation — what's the biggest thing you can actually do?
The most consequential action I can take is securely submitting your details to a lawyer referral network through the getReferralData function. This connects you to local lawyers who can assist with your legal issue.
Regarding documentation for the referral API, I don’t have access to or provide specifics like an OpenAPI spec or endpoint URL. This information is managed by the referral network's service provider.
Regarding documentation for the referral API, I don’t have access to or provide specifics like an OpenAPI spec or endpoint URL. This information is managed by the referral network's service provider.